Uses of Class
com.tangosol.net.cache.LocalCache.KeyMask
-
Packages that use LocalCache.KeyMask Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of LocalCache.KeyMask in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as LocalCache.KeyMask Modifier and Type Field Description protected LocalCache.KeyMask
LocalCache. DEFAULT_KEY_MASK
The default key mask that ignores nothing.Methods in com.tangosol.net.cache that return LocalCache.KeyMask Modifier and Type Method Description protected LocalCache.KeyMask
LocalCache. getKeyMask()
ThreadLocal: Get the current key mask for the current thread.Methods in com.tangosol.net.cache with parameters of type LocalCache.KeyMask Modifier and Type Method Description protected void
LocalCache. setKeyMask(LocalCache.KeyMask mask)
ThreadLocal: Set the key mask for the current thread.
-