|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||