CacheManager
Table of Contents
Constants
-
CHANNEL_CACHE_ENTITY_ID
= 'channel'
Methods
-
__construct()
: mixed
-
deleteValue()
: CacheManager
-
getTtl()
: int
-
getValue()
: array<string|int, mixed>
-
setValue()
: CacheManager
CHANNEL_CACHE_ENTITY_ID
public
mixed
CHANNEL_CACHE_ENTITY_ID
= 'channel'
__construct()
public
__construct(string $providerId) : mixed
Parameters
-
$providerId
: string
-
deleteValue()
public
deleteValue(string $entityId) : CacheManager
Parameters
-
$entityId
: string
-
getTtl()
public
getTtl(string $entityId) : int
Parameters
-
$entityId
: string
-
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>
-