Uses of Class
org.apache.openjpa.util.CacheMap
Packages that use CacheMap
-
Uses of CacheMap in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache that return CacheMapModifier and TypeMethodDescriptionConcurrentDataCache.getCacheMap()Returns the underlyingCacheMapthat this cache is using.ConcurrentQueryCache.getCacheMap()Returns the underlyingCacheMapthat this cache is using.protected CacheMapConcurrentDataCache.newCacheMap()Return the map to use as an internal cache; entry expirations must invokeAbstractDataCache.keyRemoved(java.lang.Object, boolean).protected CacheMapConcurrentQueryCache.newCacheMap()Return the map to use as an internal cache.