Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
-
Packages that use ReadWriteBackingMap.ReadLatch Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of ReadWriteBackingMap.ReadLatch in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return ReadWriteBackingMap.ReadLatch Modifier and Type Method Description protected ReadWriteBackingMap.ReadLatch
ReadWriteBackingMap. instantiateReadLatch(Object oKey)
Factory pattern: Instantiate a new read latch the given key.protected ReadWriteBackingMap.ReadLatch
ReadWriteBackingMap.ReadQueue. select(long cWaitMillis)
Select the next key from the refresh-ahead queue that is a candidate for an asynchronous load.
-