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

Открытые статические члены

static remember (string $cacheId, int $ttl, callable $callback)
 

Открытые атрибуты

const CACHE_ROOT = '/b24connector'
 

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

Simple wrapper around data cache

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

Методы

◆ remember()

static remember ( string $cacheId,
int $ttl,
callable $callback )
static

Returns data from cache if it's valid. Stores data returned by $callback in cache and returns them otherwise.

Аргументы
string$cacheId
int$ttl
callable$callback
Возвращает
mixed

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

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

◆ CACHE_ROOT

const CACHE_ROOT = '/b24connector'

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