Interface CDORevisionInterner
- 
- All Known Subinterfaces:
- InternalCDORevisionCache,- InternalCDORevisionManager
 - All Known Implementing Classes:
- DelegatingCDORevisionManager
 
 public interface CDORevisionInterner- Since:
- 4.15
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDORevisioninternRevision(CDORevision revision)Interns the given revision and returns either the given revision or a revision with the samekeythat was interned previously.
 
- 
- 
- 
Method Detail- 
internRevisionCDORevision internRevision(CDORevision revision) Interns the given revision and returns either the given revision or a revision with the samekeythat was interned previously.The returned revision is only different from the passed revision if this interner contains a previously cached, different revision instance with an equal revision key.
 
- 
 
-