org.modeshape.graph.connector.base.cache
Interface PathNodeCache<N extends PathNode>

All Superinterfaces:
NodeCache<Path,N>
All Known Implementing Classes:
InMemoryNodeCache.PathCache

public interface PathNodeCache<N extends PathNode>
extends NodeCache<Path,N>


Method Summary
 void invalidate(Path path)
          Invalidates all nodes in the cache that have the given path or have a path that is an ancestor of the given path
 
Methods inherited from interface org.modeshape.graph.connector.base.cache.NodeCache
assignPolicy, clearStatistics, close, get, getStatistics, put, remove, removeAll
 

Method Detail

invalidate

void invalidate(Path path)
Invalidates all nodes in the cache that have the given path or have a path that is an ancestor of the given path

Parameters:
path - the root of the branch of nodes that are to be invalidated; may not be null


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.