Uses of Package
org.modeshape.graph.cache

Packages that use org.modeshape.graph.cache
org.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.cache Caching of graph content is controlled with cache policies, and these are used in connectors and in requests (among other places). 
org.modeshape.graph.connector ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
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. 
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
org.modeshape.graph.search A small framework for a search engine component. 
 

Classes in org.modeshape.graph.cache used by org.modeshape.connector.infinispan
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.connector.jbosscache
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.connector.jcr
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.connector.store.jpa
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.connector.store.jpa.model.simple
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.cache
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.connector
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.connector.base
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.connector.inmemory
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.connector.map
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.connector.path
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.connector.path.cache
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.request
Cacheable
          Interface defining an object that can be cached according to a CachePolicy.
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.request.processor
CachePolicy
          The specification of how node data is to be cached.
 

Classes in org.modeshape.graph.cache used by org.modeshape.graph.search
CachePolicy
          The specification of how node data is to be cached.
 



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