TAPCache
in package
implements
AdiantiRegistryInterface
Adianti APC Record Cache
Tags
Table of Contents
Interfaces
- AdiantiRegistryInterface
- Registry interface
Methods
- clear() : mixed
- Clear cache
- delValue() : mixed
- Delete a variable from cache
- enabled() : mixed
- Returns if the service is active
- getValue() : mixed
- Get a variable from cache
- setValue() : mixed
- Store a variable in cache
Methods
clear()
Clear cache
public
static clear() : mixed
delValue()
Delete a variable from cache
public
static delValue(mixed $key) : mixed
Parameters
- $key : mixed
-
Key
enabled()
Returns if the service is active
public
static enabled() : mixed
getValue()
Get a variable from cache
public
static getValue(mixed $key) : mixed
Parameters
- $key : mixed
-
Key
setValue()
Store a variable in cache
public
static setValue(mixed $key, mixed $value) : mixed
Parameters
- $key : mixed
-
Key
- $value : mixed
-
Value