org.modeshape.graph.connector.base
Interface NodeCachingWorkspace<KeyType,NodeType extends Node>

All Superinterfaces:
NodeCachePolicyChangedListener<KeyType,NodeType>
All Known Implementing Classes:
DiskWorkspace, SvnWorkspace

public interface NodeCachingWorkspace<KeyType,NodeType extends Node>
extends NodeCachePolicyChangedListener<KeyType,NodeType>


Method Summary
 NodeCache<KeyType,NodeType> getCache()
           
 
Methods inherited from interface org.modeshape.graph.connector.base.cache.NodeCachePolicyChangedListener
cachePolicyChanged
 

Method Detail

getCache

NodeCache<KeyType,NodeType> getCache()


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