Uses of Interface
com.adobe.acs.commons.httpcache.keys.CacheKey
Packages that use CacheKey
Package
Description
-
Uses of CacheKey in com.adobe.acs.commons.httpcache.config
Methods in com.adobe.acs.commons.httpcache.config that return CacheKeyModifier and TypeMethodDescriptionHttpCacheConfig.buildCacheKey(String resourcePath) Creates the CacheKey object using the CacheKeyFactory associated with this HttpCacheConfig factory instance.HttpCacheConfig.buildCacheKey(org.apache.sling.api.SlingHttpServletRequest request) Creates the CacheKey object using the CacheKeyFactory associated with this HttpCacheConfig factory instance.Methods in com.adobe.acs.commons.httpcache.config with parameters of type CacheKey -
Uses of CacheKey in com.adobe.acs.commons.httpcache.config.impl.keys
Classes in com.adobe.acs.commons.httpcache.config.impl.keys that implement CacheKeyModifier and TypeClassDescriptionclassCombined cache key.classThe GroupCacheKey CacheKey that differentiates on user group authentication.classclassRequestPathCacheKey.classCachekey that differentiates based on: -
Uses of CacheKey in com.adobe.acs.commons.httpcache.keys
Methods in com.adobe.acs.commons.httpcache.keys that return CacheKeyModifier and TypeMethodDescriptionCacheKeyFactory.build(String resourcePath, HttpCacheConfig cacheConfig) Build a cache key.CacheKeyFactory.build(org.apache.sling.api.SlingHttpServletRequest request, HttpCacheConfig cacheConfig) Build a cache key.Methods in com.adobe.acs.commons.httpcache.keys with parameters of type CacheKeyModifier and TypeMethodDescriptionbooleanCacheKeyFactory.doesKeyMatchConfig(CacheKey key, HttpCacheConfig cacheConfig) Does the Cache Key matches the Http Cache Config.booleanAbstractCacheKey.isInvalidatedBy(CacheKey cacheKey) booleanCacheKey.isInvalidatedBy(CacheKey cacheKey) Determines if the @{param cacheKey} will invalidate this cache key entry. -
Uses of CacheKey in com.adobe.acs.commons.httpcache.store
Methods in com.adobe.acs.commons.httpcache.store with parameters of type CacheKeyModifier and TypeMethodDescriptionbooleanCheck if there is an entry in cache for the given key.HttpCacheStore.getIfPresent(CacheKey key) Get the Cache item given a key.voidHttpCacheStore.invalidate(CacheKey key) Invalidate the given cache key.voidHttpCacheStore.put(CacheKey key, CacheContent content) Put an item into the cache. -
Uses of CacheKey in com.adobe.acs.commons.httpcache.store.jcr.impl.handler
Methods in com.adobe.acs.commons.httpcache.store.jcr.impl.handler that return CacheKeyMethods in com.adobe.acs.commons.httpcache.store.jcr.impl.handler with parameters of type CacheKeyModifier and TypeMethodDescriptionjavax.jcr.NodeBucketNodeHandler.createOrRetrieveEntryNode(CacheKey key, long engineDefaultExpiryInMs) javax.jcr.NodeBucketNodeHandler.getEntryIfExists(CacheKey key) javax.jcr.NodeBucketNodeHandler.getEntryIfExists(CacheKey key, boolean ignoreExpiration) -
Uses of CacheKey in com.adobe.acs.commons.httpcache.store.jcr.impl.visitor
Methods in com.adobe.acs.commons.httpcache.store.jcr.impl.visitor that return CacheKeyModifier and TypeMethodDescriptionprotected CacheKeyEntryNodeByStringKeyVisitor.getCacheKey(javax.jcr.Node node) protected CacheKeyEntryNodeMapVisitor.getCacheKey(javax.jcr.Node node) protected CacheKeyInvalidateByCacheConfigVisitor.getCacheKey(javax.jcr.Node node) Methods in com.adobe.acs.commons.httpcache.store.jcr.impl.visitor that return types with arguments of type CacheKey -
Uses of CacheKey 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 CacheKeyModifierConstructorDescriptionBucketNodeFactory(javax.jcr.Session session, String cacheRootPath, CacheKey key, Integer cacheKeySplitDepth) EntryNodeWriter(javax.jcr.Session session, javax.jcr.Node entryNode, CacheKey cacheKey, CacheContent cacheContent, long expireTimeInMilliSeconds, Clock clock) -
Uses of CacheKey in com.adobe.acs.commons.httpcache.util
Methods in com.adobe.acs.commons.httpcache.util with parameters of type CacheKeyModifier and TypeMethodDescriptionstatic FileCacheUtils.createTemporaryCacheFile(CacheKey cacheKey) Create a temporary file for taking copy of servlet response stream.