Config_MemCache
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())
at line 844
stats()
at line 848
get($key)
at line 857
array
checkAndGet($key)
Checks for a cache hit and returns the value as a multi-value return