Uses of Interface
org.craftercms.engine.cache.ContextCacheWarmer
Packages that use ContextCacheWarmer
-
Uses of ContextCacheWarmer in org.craftercms.engine.cache
Classes in org.craftercms.engine.cache that implement ContextCacheWarmerModifier and TypeClassDescriptionclassContextCacheWarmerthat performs warm up of a list of descriptor and content folders at theContentStoreAdapterlevel.classContextCacheWarmerthat performs warm up at theContentStoreServicelevel by preloading a list of folder trees.Fields in org.craftercms.engine.cache with type parameters of type ContextCacheWarmerModifier and TypeFieldDescriptionprotected List<ContextCacheWarmer> SiteCacheWarmerImpl.contextCacheWarmersConstructor parameters in org.craftercms.engine.cache with type arguments of type ContextCacheWarmerModifierConstructorDescriptionSiteCacheWarmerImpl(org.craftercms.core.service.CacheService cacheService, List<ContextCacheWarmer> contextCacheWarmers)