1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс 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 ()

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

 $cache = []
 $cacheInit = []
 $cachePath = []
 $vars = []
 $ttl = []
 $dbType

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

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

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

◆ __construct()

__construct ( )

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

Методы

◆ clean()

clean ( $uniqueId,
$tableId = false )

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

◆ cleanAll()

cleanAll ( )

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

◆ cleanDir()

cleanDir ( $tableId)

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

◆ finalize()

finalize ( )
static

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

◆ get()

get ( $uniqueId)

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

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

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

◆ getCompCachePath()

getCompCachePath ( $relativePath)

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

◆ getImmediate()

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

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

◆ read()

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

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

◆ set()

set ( $uniqueId,
$val )

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

◆ setImmediate()

setImmediate ( $uniqueId,
$val )

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

Поля

◆ $cache

$cache = []
protected

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

◆ $cacheInit

$cacheInit = []
protected

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

◆ $cachePath

$cachePath = []
protected

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

◆ $dbType

$dbType
protected

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

◆ $ttl

$ttl = []
protected

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

◆ $vars

$vars = []
protected

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


Объявления и описания членов класса находятся в файле: