Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionCache.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionCache.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionCache.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionCache.html
index 294eabeedb..d64f2f1e42 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionCache.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionCache.html
@@ -99,7 +99,16 @@ Interface CDORevisionCache</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDORevisionCache</B><DT>extends <A HREF="../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionCacheAdder.html" title="interface in org.eclipse.emf.cdo.common.revision">CDORevisionCacheAdder</A>, <A HREF="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event">INotifier</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../spi/common/revision/InternalCDORevisionCache.html" title="&#171;interface&#187; InternalCDORevisionCache (org.eclipse.emf.cdo.spi.common.revision)" alt="" coords="63,179,328,234"/>
+<area shape="rect" id="node2" title="&#171;interface&#187; INotifier (org.eclipse.net4j.util.event)" alt="" coords="5,6,184,61"/>
+<area shape="rect" id="node3" href="CDORevisionCacheAdder.html" title="&#171;interface&#187; CDORevisionCacheAdder" alt="" coords="214,13,383,53"/>
+<area shape="rect" id="node4" href="CDORevisionCache.html" title="&#171;interface&#187; CDORevisionCache" alt="" coords="129,100,263,140"/>
+</map>
+
+<CENTER><IMG SRC="CDORevisionCache.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Caches <A HREF="../../../../../../org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revisions</CODE></A> and possibly <A HREF="../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionCache.EvictionEvent.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>evicts</CODE></A> those that are no longer strongly
@@ -110,8 +119,6 @@ Caches <A HREF="../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisio
<DL>
<DT><B>Since:</B></DT>
<DD>4.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top