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

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

 __construct (string $providerId)
 
 getTtl (string $entityId)
 
 getValue (string $entityId)
 
 setValue (string $entityId, array $value)
 
 deleteValue (string $entityId)
 

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

const CHANNEL_CACHE_ENTITY_ID = 'channel'
 

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

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

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

◆ __construct()

__construct ( string $providerId)
Аргументы
string$providerId

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

Методы

◆ deleteValue()

deleteValue ( string $entityId)

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

◆ getTtl()

getTtl ( string $entityId)
Аргументы
string$entityId
Возвращает
int

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

◆ getValue()

getValue ( string $entityId)
Аргументы
string$entityId
Возвращает
array

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

◆ setValue()

setValue ( string $entityId,
array $value )

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

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

◆ CHANNEL_CACHE_ENTITY_ID

const CHANNEL_CACHE_ENTITY_ID = 'channel'

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