Cache
Table of Contents
Constants
-
CACHE_ID
= 'socialnetwork-toolbar-composition-'
Methods
-
__construct()
: mixed
-
get()
: array<string|int, mixed>
-
initCache()
: bool
-
store()
: void
CACHE_ID
public
mixed
CACHE_ID
= 'socialnetwork-toolbar-composition-'
__construct()
public
__construct(int $userId, int $spaceId) : mixed
Parameters
-
$userId
: int
-
-
$spaceId
: int
-
get()
public
get() : array<string|int, mixed>
Return values
array<string|int, mixed>
initCache()
public
initCache() : bool
store()
public
store(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-