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

Packages that use WorkspaceCache
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.modeshape.connector.meta.jdbc   
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
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.connector.filesystem
 

Methods in org.modeshape.connector.filesystem that return WorkspaceCache
 WorkspaceCache FileSystemRepository.getCache(String workspaceName)
           
 

Uses of WorkspaceCache in org.modeshape.connector.meta.jdbc
 

Methods in org.modeshape.connector.meta.jdbc that return WorkspaceCache
 WorkspaceCache JdbcMetadataRepository.getCache(String workspaceName)
           
 

Uses of WorkspaceCache in org.modeshape.connector.svn
 

Methods in org.modeshape.connector.svn that return WorkspaceCache
 WorkspaceCache SvnRepository.getCache(String workspaceName)
           
 

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.