Uses of Interface
info.magnolia.module.cache.CachePolicyExecutor

Packages that use CachePolicyExecutor
info.magnolia.module.cache   
info.magnolia.module.cache.executor   
 

Uses of CachePolicyExecutor in info.magnolia.module.cache
 

Methods in info.magnolia.module.cache that return CachePolicyExecutor
 CachePolicyExecutor CacheConfiguration.getExecutor(CachePolicyResult.CachePolicyBehaviour behaviour)
           
 

Methods in info.magnolia.module.cache that return types with arguments of type CachePolicyExecutor
 Map<String,CachePolicyExecutor> CacheConfiguration.getExecutors()
           
 

Methods in info.magnolia.module.cache with parameters of type CachePolicyExecutor
 void CacheConfiguration.addExecutor(String name, CachePolicyExecutor executor)
           
 

Method parameters in info.magnolia.module.cache with type arguments of type CachePolicyExecutor
 void CacheConfiguration.setExecutors(Map<String,CachePolicyExecutor> executors)
           
 

Uses of CachePolicyExecutor in info.magnolia.module.cache.executor
 

Classes in info.magnolia.module.cache.executor that implement CachePolicyExecutor
 class AbstractExecutor
          The cache configuration is passed to the executor.
 class Bypass
          Bypasses all caching functionality.
 class CompositeExecutor
          A list of executors (for combining and ordering them).
 class SetExpirationHeaders
          TODO : avoid duplication with CacheHeadersFilter ???
 class Store
          Wraps the response and stores the content in a cache Entry.
 class UseCache
          Serves the content from the cache.
 

Methods in info.magnolia.module.cache.executor that return CachePolicyExecutor
 CachePolicyExecutor[] CompositeExecutor.getExecutors()
           
 

Methods in info.magnolia.module.cache.executor with parameters of type CachePolicyExecutor
 void CompositeExecutor.addExecutor(CachePolicyExecutor executor)
           
 void CompositeExecutor.setExecutors(CachePolicyExecutor[] executor)
           
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.