Simple wrapper around data cache
См. определение в файле cache.php строка 12
◆ remember()
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' |
Объявления и описания членов класса находятся в файле: