Uses of Package
org.jboss.dna.graph.cache

Packages that use org.jboss.dna.graph.cache
org.jboss.dna.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.jboss.dna.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.jboss.dna.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.jboss.dna.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.jboss.dna.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.cache Caching of graph content is controlled with cache policies, and these are used in connectors and in requests (among other places). 
org.jboss.dna.graph.connector JBoss DNA uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.jboss.dna.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.jboss.dna.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.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
 

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

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

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

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

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

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

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

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

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

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

Classes in org.jboss.dna.graph.cache used by org.jboss.dna.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.
 



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