class Config_MemCache (View source)

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

__construct()

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

Parameters

$key
$val
$tags

stats()

get($key)

Parameters

$key

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.

clean($tag = null)

Parameters

$tag