public CacheCollector::set($key, $value)
public CacheCollector::__construct($cid, CacheBackendInterface $cache
abstract protected CacheCollector::resolveCacheMiss($key)
Indicates if the collected cache was already loaded. The collected cache is lazy loaded when an entry is set, get or deleted.
An array of keys to remove from the cache on service termination. Type:
protected CacheCollector::getCid() Gets
The cache backend that should be used. Type:
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.
public CacheCollector::get($key) Gets
Page 2 of 3