Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Cache
+ Граф наследования:Cache:

Открытые члены

 __construct (int $ttl, string $cacheId, Data\Cache $cache, EventManager $eventManager)
 
 saveDataToCache ()
 

Защищенные члены

 loadDataFromCache ()
 

Защищенные данные

 $cache
 

Подробное описание

См. определение в файле cache.php строка 12

Конструктор(ы)

◆ __construct()

__construct ( int $ttl,
string $cacheId,
Data\Cache $cache,
EventManager $eventManager )

CachePool constructor.

Аргументы
int$ttl
string$cacheId
Data\Cache$cache
EventManager$eventManager

См. определение в файле cache.php строка 24

Методы

◆ loadDataFromCache()

loadDataFromCache ( )
abstractprotected

Переопределяется в CachedPool и Cache.

◆ saveDataToCache()

saveDataToCache ( )
abstract

Переопределяется в CachedPool и Cache.

Данные класса

◆ $cache

$cache
protected

См. определение в файле cache.php строка 15