Uses of Class
org.modeshape.graph.connector.base.cache.NodeCachePolicyChangedEvent

Packages that use NodeCachePolicyChangedEvent
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.modeshape.graph.connector.base.cache   
 

Uses of NodeCachePolicyChangedEvent in org.modeshape.connector.disk
 

Methods in org.modeshape.connector.disk with parameters of type NodeCachePolicyChangedEvent
 void DiskWorkspace.cachePolicyChanged(NodeCachePolicyChangedEvent<UUID,DiskNode> event)
          Notifies this workspace that the cache policy has changed and the cache should be reset.
 

Uses of NodeCachePolicyChangedEvent in org.modeshape.connector.svn
 

Methods in org.modeshape.connector.svn with parameters of type NodeCachePolicyChangedEvent
 void SvnWorkspace.cachePolicyChanged(NodeCachePolicyChangedEvent<Path,PathNode> event)
          Notifies this workspace that the cache policy has changed and the cache should be reset.
 

Uses of NodeCachePolicyChangedEvent in org.modeshape.graph.connector.base.cache
 

Methods in org.modeshape.graph.connector.base.cache with parameters of type NodeCachePolicyChangedEvent
 void NodeCachePolicyChangedListener.cachePolicyChanged(NodeCachePolicyChangedEvent<KeyType,NodeType> event)
          Handler for NodeCachePolicyChangedEvents.
 



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