Package org.craftercms.engine.cache
Interface ContextCacheWarmer
-
- All Known Implementing Classes:
ContentStoreAdapterPreloadedFoldersBasedCacheWarmer,ContentStoreServiceTreeBasedContextCacheWarmer
public interface ContextCacheWarmerHelper class that's used to warm up the cache of a context. Normally several of these will be used by theSiteCacheWarmerto do a full warm up.- Since:
- 3.1.4
- Author:
- avasquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwarmUpCache(org.craftercms.core.service.Context context)Warm ups the cache associate to the context
-