Uses of Package
org.modeshape.graph.connector.path.cache

Packages that use org.modeshape.graph.connector.path.cache
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.connector.path.cache The PathRepositoryCache class and its supporting classes provide a standard caching mechanism for path-based repositories. 
 

Classes in org.modeshape.graph.connector.path.cache used by org.modeshape.graph.connector.path
PathCachePolicy
          The provides a method for selectively allowing or disallowing nodes to be cached based on their size, volatility, or any other factor that can be determined for the node.
PathRepositoryCache
          The repository-source level cache of workspace names to workspace caches.
 

Classes in org.modeshape.graph.connector.path.cache used by org.modeshape.graph.connector.path.cache
CacheStatistics
          This interface provides access to statistics for an individual workspace cache.
PathCachePolicy
          The provides a method for selectively allowing or disallowing nodes to be cached based on their size, volatility, or any other factor that can be determined for the node.
WorkspaceCache
          The basic contract for a workspace-level cache of paths to the nodes stored at that path.
 



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