Interface ContextCacheWarmer

All Known Implementing Classes:
ContentStoreAdapterPreloadedFoldersBasedCacheWarmer, ContentStoreServiceTreeBasedContextCacheWarmer

public interface ContextCacheWarmer
Helper class that's used to warm up the cache of a context. Normally several of these will be used by the SiteCacheWarmer to do a full warm up.
Since:
3.1.4
Author:
avasquez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    warmUpCache(org.craftercms.core.service.Context context)
    Warm ups the cache associate to the context
  • Method Details

    • warmUpCache

      void warmUpCache(org.craftercms.core.service.Context context)
      Warm ups the cache associate to the context
      Parameters:
      context - the context