Interface CDORevisionCacheAdder
- All Known Subinterfaces:
CDORevisionCache
,InternalCDORevisionCache
,InternalCDORevisionManager
- All Known Implementing Classes:
DelegatingCDORevisionManager
public interface CDORevisionCacheAdder
An entity that
revisions
can be added to.- Since:
- 4.0
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRevision
(CDORevision revision) Adds the given revision to this cache.
-
Method Details
-
addRevision
Adds the given revision to this cache.
-