| Constructor and Description |
|---|
CacheSetSync(CacheSet<T> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T e) |
void |
clear() |
boolean |
contains(T obj) |
boolean |
isEmpty() |
void |
remove(T obj) |
void |
setDropHandler(Consumer<T> dropHandler)
Register a callback - called when an object is dropped from the cache (optional operation)
|
long |
size() |
Licenced under the Apache License, Version 2.0