Uses of Interface
info.magnolia.module.cache.filter.CachedEntry

Packages that use CachedEntry
info.magnolia.module.cache.executor   
info.magnolia.module.cache.filter   
 

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

Methods in info.magnolia.module.cache.executor that return CachedEntry
protected  CachedEntry Store.makeCachedEntry(javax.servlet.http.HttpServletRequest request, CacheResponseWrapper cachedResponse)
           
 

Methods in info.magnolia.module.cache.executor with parameters of type CachedEntry
protected  void UseCache.processCachedEntry(CachedEntry cached, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
           
 

Uses of CachedEntry in info.magnolia.module.cache.filter
 

Classes in info.magnolia.module.cache.filter that implement CachedEntry
 class CachedError
          Contract for cached errors providing access to the error codes.
 class CachedRedirect
          Cached redirect contract providing access to the status code and target location.
 class ContentCachedEntry
          Wraps a page response.
 class DelegatingBlobCachedEntry
          Used for big files.
 class InMemoryCachedEntry
          Cache entry keeping the content in memory.
 



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