Uses of Interface
org.jboss.dna.graph.connector.path.cache.PathCachePolicy

Packages that use PathCachePolicy
org.jboss.dna.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.jboss.dna.graph.connector.path.cache The PathRepositoryCache class and its supporting classes provide a standard caching mechanism for path-based repositories. 
 

Uses of PathCachePolicy in org.jboss.dna.graph.connector.path
 

Fields in org.jboss.dna.graph.connector.path declared as PathCachePolicy
static PathCachePolicy AbstractPathRepositorySource.DEFAULT_CACHE_POLICY
          The default cache policy for this repository source (no caching)
 

Methods in org.jboss.dna.graph.connector.path that return PathCachePolicy
 PathCachePolicy PathRepositorySource.getCachePolicy()
          Returns the cache policy for the repository source
 PathCachePolicy AbstractPathRepositorySource.getCachePolicy()
          Returns the cache policy for the repository source
 

Methods in org.jboss.dna.graph.connector.path with parameters of type PathCachePolicy
 void AbstractPathRepositorySource.setCachePolicy(PathCachePolicy cachePolicy)
          Sets the cache policy for the repository and replaces the path repository cache with a new path repository cache tied to the new cache policy
 

Uses of PathCachePolicy in org.jboss.dna.graph.connector.path.cache
 

Classes in org.jboss.dna.graph.connector.path.cache that implement PathCachePolicy
static class InMemoryWorkspaceCache.InMemoryCachePolicy
          Trivial path cache policy implementation that caches all nodes in an in-memory cache.
 class NoCachePolicy
          Trivial path cache policy implementation that performs no caching at all
 

Methods in org.jboss.dna.graph.connector.path.cache with parameters of type PathCachePolicy
 void WorkspaceCache.initialize(PathCachePolicy policy, String workspaceName)
          Injects the cache policy into the cache
 void InMemoryWorkspaceCache.initialize(PathCachePolicy policy, String workspaceName)
           
 

Constructors in org.jboss.dna.graph.connector.path.cache with parameters of type PathCachePolicy
PathRepositoryCache(PathCachePolicy policy)
           
 



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