Uses of Interface
org.modeshape.graph.connector.base.cache.NodeCache

Packages that use NodeCache
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 This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.base.cache   
 

Uses of NodeCache in org.modeshape.connector.disk
 

Methods in org.modeshape.connector.disk that return NodeCache
 NodeCache<UUID,DiskNode> DiskWorkspace.getCache()
           
 

Uses of NodeCache in org.modeshape.connector.svn
 

Methods in org.modeshape.connector.svn that return NodeCache
 NodeCache<Path,PathNode> SvnWorkspace.getCache()
           
 

Uses of NodeCache in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that return NodeCache
 NodeCache<KeyType,NodeType> NodeCachingWorkspace.getCache()
           
 

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

Subinterfaces of NodeCache in org.modeshape.graph.connector.base.cache
 interface PathNodeCache<N extends PathNode>
           
 

Classes in org.modeshape.graph.connector.base.cache that implement NodeCache
 class InMemoryNodeCache<KeyType,NodeType extends Node>
          Implementation of NodeCache that stores all nodes in-memory.
static class InMemoryNodeCache.MapCache<N extends MapNode>
           
static class InMemoryNodeCache.PathCache
           
 

Methods in org.modeshape.graph.connector.base.cache with type parameters of type NodeCache
<CacheType extends NodeCache<KeyType,NodeType>>
CacheType
NodeCachePolicy.newCache()
          Return a new cache instance that uses this policy.
 



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