Class CacheImpl

java.lang.Object
org.craftercms.core.cache.impl.CacheImpl
All Implemented Interfaces:
Cache

public class CacheImpl extends Object implements Cache
Cache that implements common functionality, such as logging and expiration/refresh check every tick, and uses and underlying CacheStoreAdapter to store the items.
Author:
Sumer Jabri, Alfonso Vásquez