Class ExpiredNodesVisitor

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.ExpiredNodesVisitor
All Implemented Interfaces:
javax.jcr.ItemVisitor

public class ExpiredNodesVisitor extends AbstractNodeVisitor
Traversed and automatically cleans up expired cache entry nodes / bucket nodes.
  • Constructor Details

    • ExpiredNodesVisitor

      public ExpiredNodesVisitor(int maxLevel, long deltaSaveThreshold, Clock clock)
  • Method Details

    • leaving

      protected void leaving(javax.jcr.Node node, int level) throws javax.jcr.RepositoryException
      Overrides:
      leaving in class AbstractNodeVisitor
      Throws:
      javax.jcr.RepositoryException