kodo.datacache
Class KodoConcurrentDataCache
java.lang.Object
  
org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
      
org.apache.openjpa.datacache.AbstractDataCache
          
org.apache.openjpa.datacache.ConcurrentDataCache
              
kodo.datacache.KodoConcurrentDataCache
- All Implemented Interfaces: 
 - Serializable, DataCache, RemoteCommitListener, Configurable, Closeable, EventManager
 
public class KodoConcurrentDataCache
- extends ConcurrentDataCache
 
Extended concurrent data cache for Kodo product.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
| Methods inherited from class org.apache.openjpa.datacache.ConcurrentDataCache | 
clearInternal, getCacheMap, getCacheSize, getInternal, getSoftReferenceSize, initialize, pinInternal, putInternal, removeAllInternal, removeInternal, setCacheSize, setSoftReferenceSize, unpinAll, unpinInternal, writeLock, writeUnlock | 
 
| Methods inherited from class org.apache.openjpa.datacache.AbstractDataCache | 
addExpirationListener, afterCommit, clear, close, close, commit, contains, containsAll, endConfiguration, fireEvent, get, getAll, getEvictionSchedule, getName, isClosed, pin, pinAll, pinAll, put, putAllInternal, recacheUpdates, remove, removeAll, removeAll, removeAllInternal, removeAllTypeNamesInternal, removeExpirationListener, setConfiguration, setEvictionSchedule, setName, startConfiguration, toString, unpin, unpinAll, update | 
 
 
 
 
KodoConcurrentDataCache
public KodoConcurrentDataCache()
newCacheMap
protected CacheMap newCacheMap()
- Overrides:
 newCacheMap in class ConcurrentDataCache
 
 
keyRemoved
protected void keyRemoved(Object key,
                          boolean expired)
- Overrides:
 keyRemoved in class AbstractDataCache
 
 
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.