Uses of Interface
org.eclipse.emf.cdo.common.revision.CDORevisionCache
Packages that use CDORevisionCache
Package
Description
Common concepts for dealing with revisions and revision lists.
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 CDORevisionCacheMethods in org.eclipse.emf.cdo.common.revision that return CDORevisionCacheModifier and TypeMethodDescriptionstatic CDORevisionCache
CDORevisionUtil.createRevisionCache
(boolean supportingAudits, boolean supportingBranches) Creates and returns a new memory sensitive revision cache.CDORevisionCache.AdditionEvent.getSource()
CDORevisionCache.EvictionEvent.getSource()
Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionCacheModifier and TypeMethodDescriptionstatic 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.revisionModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDORevisionCacheModifier and TypeMethodDescriptionvoid
DelegatingCDORevisionManager.setCache
(CDORevisionCache cache) void
InternalCDORevisionManager.setCache
(CDORevisionCache cache)