class CRM_Utils_Cache_SerializeCache implements CRM_Utils_Cache_Interface

Class CRM_Utils_Cache_SerializeCache

Methods

__construct(array $config)

Constructor.

string
fileName($key)

No description

mixed
get(string $key)

No description

set(string $key, mixed $value)

No description

delete(string $key)

No description

flush(null $key = NULL)

No description

Details

at line 52
CRM_Utils_Cache_SerializeCache __construct(array $config)

Constructor.

Parameters

array $config An array of configuration params.

Return Value

CRM_Utils_Cache_SerializeCache

at line 61
string fileName($key)

Parameters

$key

Return Value

string

at line 73
mixed get(string $key)

Parameters

string $key

Return Value

mixed NULL if $key has not been previously set

at line 89
set(string $key, mixed $value)

Parameters

string $key
mixed $value

at line 100
delete(string $key)

Parameters

string $key

at line 110
flush(null $key = NULL)

Parameters

null $key