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

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

 __construct (CacheEngineInterface $cacheEngine)
 
 read (string $key, int $ttl)
 
 write (string $key, $value, int $ttl)
 

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

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

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

◆ __construct()

__construct ( CacheEngineInterface $cacheEngine)

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

Методы

◆ read()

read ( string $key,
int $ttl )
Аргументы
string$key
int | null$ttl
Возвращает
array

Замещает StorageInterface.

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

◆ write()

write ( string $key,
$value,
int $ttl )

Замещает StorageInterface.

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