ManagedCache
Table of Contents
Methods
- __construct() : mixed
- clean() : mixed
- cleanAll() : mixed
- cleanDir() : mixed
- finalize() : mixed
- get() : mixed
- This method is used to read the variable value from the cache after successfull Read
- getCompCachePath() : mixed
- getImmediate() : mixed
- read() : mixed
- set() : mixed
- setImmediate() : mixed
Methods
__construct()
public
__construct() : mixed
clean()
public
clean(mixed $uniqueId[, mixed $tableId = false ]) : mixed
Parameters
- $uniqueId : mixed
- $tableId : mixed = false
cleanAll()
public
cleanAll() : mixed
cleanDir()
public
cleanDir(mixed $tableId) : mixed
Parameters
- $tableId : mixed
finalize()
public
static finalize() : mixed
get()
This method is used to read the variable value from the cache after successfull Read
public
get(string $uniqueId) : mixed
Parameters
- $uniqueId : string
getCompCachePath()
public
getCompCachePath(mixed $relativePath) : mixed
Parameters
- $relativePath : mixed
getImmediate()
public
getImmediate(mixed $ttl, mixed $uniqueId[, mixed $tableId = false ]) : mixed
Parameters
- $ttl : mixed
- $uniqueId : mixed
- $tableId : mixed = false
read()
public
read(mixed $ttl, mixed $uniqueId[, mixed $tableId = false ]) : mixed
Parameters
- $ttl : mixed
- $uniqueId : mixed
- $tableId : mixed = false
set()
public
set(mixed $uniqueId, mixed $val) : mixed
Parameters
- $uniqueId : mixed
- $val : mixed
setImmediate()
public
setImmediate(mixed $uniqueId, mixed $val) : mixed
Parameters
- $uniqueId : mixed
- $val : mixed