ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.cache.document.AbstractSessionCache

Packages that use AbstractSessionCache
org.modeshape.jcr.cache.document   
 

Uses of AbstractSessionCache in org.modeshape.jcr.cache.document
 

Subclasses of AbstractSessionCache in org.modeshape.jcr.cache.document
 class ReadOnlySessionCache
          A read-only SessionCache implementation.
 class WritableSessionCache
          A writable SessionCache implementation capable of making transient changes and saving them.
 

Methods in org.modeshape.jcr.cache.document that return AbstractSessionCache
protected  AbstractSessionCache SessionNode.session(NodeCache cache)
           
 

Methods in org.modeshape.jcr.cache.document with parameters of type AbstractSessionCache
protected  CachedNode SessionNode.nodeInWorkspace(AbstractSessionCache session)
          Get the CachedNode within the workspace cache.
protected  CachedNode SessionNode.parent(AbstractSessionCache session)
           
protected  SessionNode SessionNode.removeChildFromNode(AbstractSessionCache session, NodeKey key)
           
 


ModeShape Distribution 3.0.0.Beta4

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