Uses of Interface
org.craftercms.core.cache.Cache
-
Packages that use Cache Package Description org.craftercms.core.cache.impl org.craftercms.core.service.impl -
-
Uses of Cache in org.craftercms.core.cache.impl
Classes in org.craftercms.core.cache.impl that implement Cache Modifier and Type Class Description classCacheImplCachethat implements common functionality, such as logging and expiration/refresh check every tick, and uses and underlyingCacheStoreAdapterto store the items.Methods in org.craftercms.core.cache.impl with parameters of type Cache Modifier and Type Method Description protected voidCacheRefresherImpl. refreshItem(CacheItem item, Cache cache)Refreshes only one item.voidCacheRefresher. refreshItems(List<CacheItem> itemsToRefresh, Cache cache)Refreshes the specified list ofCacheItems.voidCacheRefresherImpl. refreshItems(List<CacheItem> itemsToRefresh, Cache cache)Refreshes the specified list ofCacheItems. -
Uses of Cache in org.craftercms.core.service.impl
Fields in org.craftercms.core.service.impl declared as Cache Modifier and Type Field Description protected CacheCacheServiceImpl. cacheMethods in org.craftercms.core.service.impl with parameters of type Cache Modifier and Type Method Description voidCacheServiceImpl. setCache(Cache cache)Sets the cache engine.
-