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 class
LocalCache
A LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.class
OldCache
Deprecated.As of Coherence 3.1, useLocalCache
instead -
Uses of SafeHashMap in com.tangosol.util
Subclasses of SafeHashMap in com.tangosol.util Modifier and Type Class Description class
ObservableHashMap<K,V>
An ObservableMap implementation that extends the SafeHashMap.Fields in com.tangosol.util declared as SafeHashMap Modifier and Type Field Description protected SafeHashMap
WrapperConcurrentMap. m_mapLock
The map containing all the locks.
-