Uses of Interface
org.eclipse.emf.cdo.common.revision.CDORevisionCache

Packages that use CDORevisionCache
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
 

Uses of CDORevisionCache in org.eclipse.emf.cdo.common.revision
 

Fields in org.eclipse.emf.cdo.common.revision declared as CDORevisionCache
static CDORevisionCache CDORevisionCache.NOOP
           
 

Methods in org.eclipse.emf.cdo.common.revision that return CDORevisionCache
static CDORevisionCache CDORevisionUtil.createRevisionCache(boolean supportingAudits, boolean supportingBranches)
          Creates and returns a new memory sensitive revision cache.
 CDORevisionCache CDORevisionCache.EvictionEvent.getSource()
           
 

Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionCache
static CDORevisionManager CDORevisionUtil.createRevisionManager(CDORevisionCache cache)
           
 

Uses of CDORevisionCache in org.eclipse.emf.cdo.spi.common.revision
 

Subinterfaces of CDORevisionCache in org.eclipse.emf.cdo.spi.common.revision
 interface InternalCDORevisionCache
           
 

Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDORevisionCache
 void DelegatingCDORevisionManager.setCache(CDORevisionCache cache)
           
 void InternalCDORevisionManager.setCache(CDORevisionCache cache)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.