public MemoryCounterBackend::get($cid, $allow_invalid = FALSE)
public MemoryCounterBackend::delete($cid)
public MemoryCounterBackend::resetCounter()
public MemoryCounterBackend::set($cid, $data, $expire = Cache::PERMANENT
Stores a list of cache cid calls keyed by function name. Type:
Defines a memory cache implementation that counts set and get calls. This can be used to mock a cache backend where one needs to know how many
public MemoryCounterBackend::getCounter($method = NULL, $cid
protected MemoryCounterBackend::increaseCounter($function