class Config_MemCache (View source)

Properties

protected $cache
protected $i
protected $c
protected $tags

Methods

public
__construct()

No description

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

No description

public
stats()

No description

public
get($key)

No description

public
array
checkAndGet($key)

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

public
clean($tag = null)

No description

Details

__construct()

No description

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

No description

Parameters

$key
$val
$tags

stats()

No description

get($key)

No description

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)

No description

Parameters

$tag