Elgg\Cache\EntityCache::enableCachingForEntity PHP Метод

enableCachingForEntity() публичный Метод

Allow this entity to be stored in the entity cache
public enableCachingForEntity ( integer $guid ) : void
$guid integer The entity guid
Результат void
    public function enableCachingForEntity($guid)
    {
        unset($this->disabled_guids[$guid]);
    }