Uses of Interface
org.craftercms.core.cache.CacheItem
Packages that use CacheItem
Package
Description
-
Uses of CacheItem in org.craftercms.core.cache
Methods in org.craftercms.core.cache that return CacheItem -
Uses of CacheItem in org.craftercms.core.cache.impl
Classes in org.craftercms.core.cache.impl that implement CacheItemMethods in org.craftercms.core.cache.impl that return CacheItemModifier and TypeMethodDescriptionRetrieves an item from a scope.Retrieves an item from a scope.Methods in org.craftercms.core.cache.impl with parameters of type CacheItemModifier and TypeMethodDescriptionprotected booleanCacheImpl.checkForExpiration(CacheItem item) Checks if the givenCacheItemhas expired.protected booleanCacheImpl.checkForRefresh(CacheItem item, List<CacheItem> itemsToRefresh) Checks if a givenCacheItemneeds to be refreshed.protected voidChecks if the givenCacheItemhas expired or needs to be refreshed.protected StringCacheRefresherImpl.getScopeAndKeyString(CacheItem item) voidPuts an item in a scope.protected voidCacheRefresherImpl.refreshItem(CacheItem item, Cache cache) Refreshes only one item.Method parameters in org.craftercms.core.cache.impl with type arguments of type CacheItemModifier and TypeMethodDescriptionprotected booleanCacheImpl.checkForRefresh(CacheItem item, List<CacheItem> itemsToRefresh) Checks if a givenCacheItemneeds to be refreshed.protected voidChecks if the givenCacheItemhas expired or needs to be refreshed.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 CacheItem in org.craftercms.core.cache.impl.store
Methods in org.craftercms.core.cache.impl.store that return CacheItemModifier and TypeMethodDescriptionRetrieves an item from a scope.Methods in org.craftercms.core.cache.impl.store with parameters of type CacheItem -
Uses of CacheItem in org.craftercms.core.cache.impl.store.guava
Methods in org.craftercms.core.cache.impl.store.guava that return CacheItemModifier and TypeMethodDescriptionRetrieves an item from a scope.Methods in org.craftercms.core.cache.impl.store.guava with parameters of type CacheItem -
Uses of CacheItem in org.craftercms.core.service
Methods in org.craftercms.core.service that return CacheItem -
Uses of CacheItem in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that return CacheItem