public CacheCollector::has($key) Returns
public CacheCollector::set($key, $value)
protected CacheCollector::getCid() Gets
Stores the cache creation time. This is used to check if an invalidated cache item has been overwritten in the meantime.
protected CacheCollector::persist($key, $persist = TRUE)
protected CacheCollector::lazyLoadCache() Loads
public CacheCollector::get($key) Gets
Indicates if the collected cache was already loaded. The collected cache is lazy loaded when an entry is set, get or deleted.
The cache backend that should be used. Type:
abstract protected CacheCollector::resolveCacheMiss($key)
Page 2 of 3