| Package | Description |
|---|---|
| com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected LocalCache.KeyMask |
LocalCache.DEFAULT_KEY_MASK
The default key mask that ignores nothing.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected LocalCache.KeyMask |
LocalCache.getKeyMask()
ThreadLocal: Get the current key mask for the current thread.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
LocalCache.setKeyMask(LocalCache.KeyMask mask)
ThreadLocal: Set the key mask for the current thread.
|