|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheableRequest | |
|---|---|
| org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
| 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. |
| Uses of CacheableRequest in org.modeshape.graph |
|---|
| Methods in org.modeshape.graph with parameters of type CacheableRequest | |
|---|---|
protected static DateTime |
Graph.computeExpirationTime(CacheableRequest request)
|
| Uses of CacheableRequest in org.modeshape.graph.request |
|---|
| Subclasses of CacheableRequest in org.modeshape.graph.request | |
|---|---|
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. |
| Uses of CacheableRequest in org.modeshape.graph.request.processor |
|---|
| Methods in org.modeshape.graph.request.processor with parameters of type CacheableRequest | |
|---|---|
protected void |
RequestProcessor.setCacheableInfo(CacheableRequest request)
Set the supplied request to have the default cache policy and the current time in UTC. |
protected void |
RequestProcessor.setCacheableInfo(CacheableRequest request,
CachePolicy cachePolicy)
Set the supplied request to have the supplied cache policy and the current time in UTC. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||