Class InvalidateByCacheConfigVisitor
java.lang.Object
javax.jcr.util.TraversingItemVisitor
javax.jcr.util.TraversingItemVisitor.Default
com.adobe.acs.commons.httpcache.store.jcr.impl.visitor.AbstractNodeVisitor
com.adobe.acs.commons.httpcache.store.jcr.impl.visitor.InvalidateByCacheConfigVisitor
- All Implemented Interfaces:
javax.jcr.ItemVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.jcr.util.TraversingItemVisitor
javax.jcr.util.TraversingItemVisitor.Default -
Field Summary
Fields inherited from class javax.jcr.util.TraversingItemVisitor
breadthFirst, maxLevel -
Constructor Summary
ConstructorsConstructorDescriptionInvalidateByCacheConfigVisitor(int maxLevel, long deltaSaveThreshold, HttpCacheConfig cacheConfig, org.apache.sling.commons.classloader.DynamicClassLoaderManager dclm) -
Method Summary
Modifier and TypeMethodDescriptionprotected CacheKeygetCacheKey(javax.jcr.Node node) protected voidleaving(javax.jcr.Node node, int level) Methods inherited from class com.adobe.acs.commons.httpcache.store.jcr.impl.visitor.AbstractNodeVisitor
close, entering, getEvictionCount, isBucketNode, isCacheEntryNode, isEmptyBucketNode, persistSession, visitMethods inherited from class javax.jcr.util.TraversingItemVisitor.Default
entering, leavingMethods inherited from class javax.jcr.util.TraversingItemVisitor
visit
-
Constructor Details
-
InvalidateByCacheConfigVisitor
public InvalidateByCacheConfigVisitor(int maxLevel, long deltaSaveThreshold, HttpCacheConfig cacheConfig, org.apache.sling.commons.classloader.DynamicClassLoaderManager dclm)
-
-
Method Details
-
leaving
protected void leaving(javax.jcr.Node node, int level) throws javax.jcr.RepositoryException - Overrides:
leavingin classAbstractNodeVisitor- Throws:
javax.jcr.RepositoryException
-
getCacheKey
protected CacheKey getCacheKey(javax.jcr.Node node) throws javax.jcr.RepositoryException, IOException, ClassNotFoundException - Throws:
javax.jcr.RepositoryExceptionIOExceptionClassNotFoundException
-