Bitrix API

CacheManager

Table of Contents

Constants

CHANNEL_CACHE_ENTITY_ID  = 'channel'

Methods

__construct()  : mixed
deleteValue()  : CacheManager
getTtl()  : int
getValue()  : array<string|int, mixed>
setValue()  : CacheManager

Constants

CHANNEL_CACHE_ENTITY_ID

public mixed CHANNEL_CACHE_ENTITY_ID = 'channel'

Methods

__construct()

public __construct(string $providerId) : mixed
Parameters
$providerId : string

getTtl()

public getTtl(string $entityId) : int
Parameters
$entityId : string
Return values
int

getValue()

public getValue(string $entityId) : array<string|int, mixed>
Parameters
$entityId : string
Return values
array<string|int, mixed>

setValue()

public setValue(string $entityId, array<string|int, mixed> $value) : CacheManager
Parameters
$entityId : string
$value : array<string|int, mixed>
Return values
CacheManager

        
On this page

Search results