Elgg\Database\SubtypeTable::invalidateCache PHP Method

invalidateCache() protected method

Empty the cache. Also invalidates the boot cache and memcache
protected invalidateCache ( ) : void
return void
    protected function invalidateCache()
    {
        $this->cache = null;
        _elgg_services()->boot->invalidateCache();
        _elgg_services()->entityCache->clear();
    }