Uses of Interface
org.modeshape.graph.cache.Cacheable

Packages that use Cacheable
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
 

Uses of Cacheable in org.modeshape.graph.request
 

Classes in org.modeshape.graph.request that implement Cacheable
 class CacheableRequest
          A request that contains results that may be cached.
 class GetWorkspacesRequest
          A request to obtain the information about the workspaces that are available.
 class ReadAllChildrenRequest
          Instruction to read all of the children of a node at a specific location.
 class ReadAllPropertiesRequest
          Instruction to read the properties and the number of children of the node at the specifed location.
 class ReadBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the starting index and the maximum number of children to include in the block.
 class ReadBranchRequest
          Instruction to read the properties and children of the nodes in the branch at the supplied location.
 class ReadNextBlockOfChildrenRequest
          Instruction to read a block of the children of a node, where the block is dictated by the location of the child preceding the block and the maximum number of children to include in the block.
 class ReadNodeRequest
          Instruction to read the properties and children of the node at the specifed location.
 class ReadPropertyRequest
          Instruction to read a single property on the node at the specified location.
 class VerifyNodeExistsRequest
          Instruction to verify the existance of a node at the specified location.
 



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