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 Type
    Method
    Description
    void
    Adds the given revision to this cache.
  • Method Details

    • addRevision

      void addRevision(CDORevision revision)
      Adds the given revision to this cache.