Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
Modifier and Type | Method and Description |
---|---|
CacheMap |
ConcurrentDataCache.getCacheMap()
Returns the underlying
CacheMap that this cache is using. |
CacheMap |
ConcurrentQueryCache.getCacheMap()
Returns the underlying
CacheMap that this cache is using. |
protected CacheMap |
ConcurrentDataCache.newCacheMap()
Return the map to use as an internal cache; entry expirations must
invoke
AbstractDataCache.keyRemoved(java.lang.Object, boolean) . |
protected CacheMap |
ConcurrentQueryCache.newCacheMap()
Return the map to use as an internal cache.
|
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.