public CacheCollectorInterface::reset()
public CacheCollectorInterface::get($key)
public CacheCollectorInterface::set($key, $value)
public CacheCollectorInterface::delete($key)
public CacheCollectorInterface::clear()
Provides a caching wrapper to be used in place of large structures. This should be extended by systems that need to cache large amounts of data
public CacheCollectorInterface::has($key)