Uses of Class
com.tangosol.util.SafeHashMap
-
Packages that use SafeHashMap Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of SafeHashMap in com.tangosol.net.cache
Subclasses of SafeHashMap in com.tangosol.net.cache Modifier and Type Class Description classLocalCacheA LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.classOldCacheDeprecated.As of Coherence 3.1, useLocalCacheinstead -
Uses of SafeHashMap in com.tangosol.util
Subclasses of SafeHashMap in com.tangosol.util Modifier and Type Class Description classObservableHashMap<K,V>An ObservableMap implementation that extends the SafeHashMap.Fields in com.tangosol.util declared as SafeHashMap Modifier and Type Field Description protected SafeHashMapWrapperConcurrentMap. m_mapLockThe map containing all the locks.
-