Uses of Interface
org.eclipse.emf.cdo.common.revision.cache.CDORevisionCache

Packages that use CDORevisionCache
org.eclipse.emf.cdo.common.revision   
org.eclipse.emf.cdo.common.revision.cache   
org.eclipse.emf.cdo.session   
 

Uses of CDORevisionCache in org.eclipse.emf.cdo.common.revision
 

Methods in org.eclipse.emf.cdo.common.revision that return CDORevisionCache
 CDORevisionCache CDORevisionResolver.getCache()
           
 

Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionCache
 void CDORevisionResolver.setCache(CDORevisionCache cache)
           
 

Uses of CDORevisionCache in org.eclipse.emf.cdo.common.revision.cache
 

Methods in org.eclipse.emf.cdo.common.revision.cache that return CDORevisionCache
static CDORevisionCache CDORevisionCacheUtil.createDefaultCache()
          Identical to calling createDefaultCache(CDORevisionCacheUtil.DEFAULT_CAPACITY_CURRENT, CDORevisionCacheUtil.DEFAULT_CAPACITY_REVISED)
static CDORevisionCache CDORevisionCacheUtil.createDefaultCache(int capacityCurrent, int capacityRevised)
          Creates and returns a new two-level cache with the first level being an LRU cache and the second level being a memory sensitive cache.
static CDORevisionCache CDORevisionCacheUtil.createLRUCache(int capacityCurrent, int capacityRevised)
          Creates and returns a new fixed size cache with two separate LRU (least-recently used) eviction policies for both current revision and revised revisions.
static CDORevisionCache CDORevisionCacheUtil.createMEMCache()
          Creates and returns a new memory sensitive cache.
static CDORevisionCache CDORevisionCacheUtil.createTwoLevelCache(CDORevisionCache level1, CDORevisionCache level2)
          Creates and returns a new two-level cache.
 CDORevisionCache CDORevisionCache.EvictionEvent.getCache()
           
 

Methods in org.eclipse.emf.cdo.common.revision.cache with parameters of type CDORevisionCache
static CDORevisionCache CDORevisionCacheUtil.createTwoLevelCache(CDORevisionCache level1, CDORevisionCache level2)
          Creates and returns a new two-level cache.
 

Uses of CDORevisionCache in org.eclipse.emf.cdo.session
 

Methods in org.eclipse.emf.cdo.session that return CDORevisionCache
 CDORevisionCache CDOSessionConfiguration.getRevisionCache()
           
 

Methods in org.eclipse.emf.cdo.session with parameters of type CDORevisionCache
 void CDOSessionConfiguration.setRevisionCache(CDORevisionCache revisionCache)
          A special revision cache can be set before the session is opened and can not be changed thereafter.
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.