Package org.craftercms.core.cache.impl
Interface CacheRefresher
-
- All Known Implementing Classes:
CacheRefresherImpl
public interface CacheRefresherRefreshes a list ofCacheItems in aCache. New values for the items will usually be obtained throughCacheLoaders.- Author:
- Sumer Jabri, Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefreshItems(List<CacheItem> itemsToRefresh, Cache cache)Refreshes the specified list ofCacheItems.
-