org.eclipse.emf.cdo.common.revision
Interface CDORevisionCache.EvictionEvent
- All Superinterfaces:
- CDOBranchVersion, CDOIDAndVersion, CDORevisionKey, IEvent
- Enclosing interface:
- CDORevisionCache
- public static interface CDORevisionCache.EvictionEvent
- extends IEvent, CDORevisionKey
An event
fired from a revision cache
for revisions
that
are evicted because they are no longer strongly referenced when free memory runs low.
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
getSource
CDORevisionCache getSource()
- Specified by:
getSource
in interface IEvent
- Since:
- 3.0
getRevision
CDORevision getRevision()
- May be
null
for certain cache implementations.
- Since:
- 3.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.