class Config_MemCache

Methods

__construct()

No description

set($key, $val, $tags = array())

No description

stats()

No description

get($key)

No description

array
checkAndGet($key)

Checks for a cache hit and returns the value as a multi-value return

clean($tag = null)

No description

Details

at line 826
__construct()

at line 830
set($key, $val, $tags = array())

Parameters

$key
$val
$tags

at line 844
stats()

at line 848
get($key)

Parameters

$key

at line 857
array checkAndGet($key)

Checks for a cache hit and returns the value as a multi-value return

Parameters

$key

Return Value

array First element boolean, isHit. Second element the actual result.

at line 867
clean($tag = null)

Parameters

$tag