Uses of Class
net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Packages that use ConcurrentHashMap Package Description net.sf.ehcache.store.cachingtier Contains the caching tier implementations -
-
Uses of ConcurrentHashMap in net.sf.ehcache.store.cachingtier
Subclasses of ConcurrentHashMap in net.sf.ehcache.store.cachingtier Modifier and Type Class Description classCountBasedBackEnd<K,V>A backend to a OnHeapCachingTier that will be cap'ed based on the amount of entriesclassPooledBasedBackEnd<K,V>A backend to a OnHeapCachingTier that will be cap'ed using a pool
-