Uses of Class
com.adobe.acs.commons.httpcache.engine.CacheContent
Packages that use CacheContent
Package
Description
-
Uses of CacheContent in com.adobe.acs.commons.httpcache.engine
Methods in com.adobe.acs.commons.httpcache.engine that return CacheContent -
Uses of CacheContent in com.adobe.acs.commons.httpcache.rule
Methods in com.adobe.acs.commons.httpcache.rule with parameters of type CacheContentModifier and TypeMethodDescriptionbooleanAbstractHttpCacheHandlingRule.onCacheDeliver(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig, CacheContent cacheContent) booleanHttpCacheHandlingRule.onCacheDeliver(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig, CacheContent cacheContent) Hook to supply custom behavior onHttpCacheEnginedelivering cache content after being read from cache store.booleanAbstractHttpCacheHandlingRule.onResponseCache(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig, CacheContent cacheContent) booleanHttpCacheHandlingRule.onResponseCache(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig, CacheContent cacheContent) Hook to supply custom behavior onHttpCacheEngineabout to cache a response. -
Uses of CacheContent in com.adobe.acs.commons.httpcache.store
Methods in com.adobe.acs.commons.httpcache.store that return CacheContentModifier and TypeMethodDescriptionHttpCacheStore.getIfPresent(CacheKey key) Get the Cache item given a key.Methods in com.adobe.acs.commons.httpcache.store with parameters of type CacheContentModifier and TypeMethodDescriptionvoidHttpCacheStore.put(CacheKey key, CacheContent content) Put an item into the cache. -
Uses of CacheContent in com.adobe.acs.commons.httpcache.store.jcr.impl.handler
Methods in com.adobe.acs.commons.httpcache.store.jcr.impl.handler that return CacheContent -
Uses of CacheContent in com.adobe.acs.commons.httpcache.store.jcr.impl.visitor
Methods in com.adobe.acs.commons.httpcache.store.jcr.impl.visitor that return CacheContentModifier and TypeMethodDescriptionprotected CacheContentEntryNodeMapVisitor.getCacheContent(javax.jcr.Node node) EntryNodeByStringKeyVisitor.getCacheContentIfPresent()Methods in com.adobe.acs.commons.httpcache.store.jcr.impl.visitor that return types with arguments of type CacheContent -
Uses of CacheContent in com.adobe.acs.commons.httpcache.store.jcr.impl.writer
Constructors in com.adobe.acs.commons.httpcache.store.jcr.impl.writer with parameters of type CacheContentModifierConstructorDescriptionEntryNodeWriter(javax.jcr.Session session, javax.jcr.Node entryNode, CacheKey cacheKey, CacheContent cacheContent, long expireTimeInMilliSeconds, Clock clock)