Uses of Interface
org.modeshape.graph.connector.path.cache.WorkspaceCache

Packages that use WorkspaceCache
org.modeshape.graph.connector.path.cache The PathRepositoryCache class and its supporting classes provide a standard caching mechanism for path-based repositories. 
 

Uses of WorkspaceCache in org.modeshape.graph.connector.path.cache
 

Classes in org.modeshape.graph.connector.path.cache that implement WorkspaceCache
 class InMemoryWorkspaceCache
          Implementation of WorkspaceCache that stores all nodes in-memory.
 

Methods in org.modeshape.graph.connector.path.cache that return WorkspaceCache
 WorkspaceCache PathRepositoryCache.getCache(String workspaceName)
          Gets the cache for the named workspace, creating a cache if necessary.
 

Methods in org.modeshape.graph.connector.path.cache that return types with arguments of type WorkspaceCache
 Class<? extends WorkspaceCache> PathCachePolicy.getCacheClass()
          Return the class to be used as the cache implementation
 Class<? extends WorkspaceCache> NoCachePolicy.getCacheClass()
           
 Class<? extends WorkspaceCache> InMemoryWorkspaceCache.InMemoryCachePolicy.getCacheClass()
           
 



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