Uses of Interface
org.craftercms.core.cache.Cache
Packages that use Cache
-
Uses of Cache in org.craftercms.core.cache.impl
Classes in org.craftercms.core.cache.impl that implement CacheModifier and TypeClassDescriptionclassCachethat 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 CacheModifier and TypeMethodDescriptionprotected 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 CacheMethods in org.craftercms.core.service.impl with parameters of type Cache