Package org.craftercms.core.cache.impl
-
Interface Summary Interface Description CacheRefresher CacheStoreAdapter Adapter to the real data structure used to store the items of a cache. -
Class Summary Class Description CacheImpl Cachethat implements common functionality, such as logging and expiration/refresh check every tick, and uses and underlyingCacheStoreAdapterto store the items.CacheItemImpl Default implementation ofCacheItem.CacheRefresherImpl Default implementation ofCacheRefresher.