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

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

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

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

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

Методы

◆ read()

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

Замещается в CacheStorage и NativeSessionStorage.

◆ write()

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

Замещается в CacheStorage и NativeSessionStorage.