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

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

 __construct ()
 
 read ($ttl, $uniqueId, $tableId=false)
 
 getImmediate ($ttl, $uniqueId, $tableId=false)
 
 get ($uniqueId)
 
 set ($uniqueId, $val)
 
 setImmediate ($uniqueId, $val)
 
 clean ($uniqueId, $tableId=false)
 
 cleanDir ($tableId)
 
 cleanAll ()
 
 getCompCachePath ($relativePath)
 

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

static finalize ()
 

Защищенные статические члены

static getDbType ()
 

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

 $cache = array()
 
 $cache_init = array()
 
 $cachePath = array()
 
 $vars = array()
 
 $ttl = array()
 

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

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

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

◆ __construct()

__construct ( )

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

Методы

◆ clean()

clean ( $uniqueId,
$tableId = false )

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

◆ cleanAll()

cleanAll ( )

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

◆ cleanDir()

cleanDir ( $tableId)

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

◆ finalize()

static finalize ( )
static

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

◆ get()

get ( $uniqueId)

This method is used to read the variable value from the cache after successfull Read

Аргументы
string$uniqueId
Возвращает
mixed

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

◆ getCompCachePath()

getCompCachePath ( $relativePath)

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

◆ getDbType()

static getDbType ( )
staticprotected

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

◆ getImmediate()

getImmediate ( $ttl,
$uniqueId,
$tableId = false )

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

◆ read()

read ( $ttl,
$uniqueId,
$tableId = false )

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

◆ set()

set ( $uniqueId,
$val )

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

◆ setImmediate()

setImmediate ( $uniqueId,
$val )

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

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

◆ $cache

$cache = array()
protected

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

◆ $cache_init

$cache_init = array()
protected

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

◆ $cachePath

$cachePath = array()
protected

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

◆ $ttl

$ttl = array()
protected

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

◆ $vars

$vars = array()
protected

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