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