org.modeshape.jcr.cache
Class PathCache
java.lang.Object
org.modeshape.jcr.cache.PathCache
public class PathCache
- extends Object
A simple cache of node paths, useful when obtaining the path for many nodes on a subgraph.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathCache
public PathCache(NodeCache cache)
getCache
public NodeCache getCache()
getPath
public Path getPath(CachedNode node)
removePath
public boolean removePath(NodeKey key)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.