| Constructor and Description |
|---|
CacheSetImpl(Cache<T,Object> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T e) |
void |
clear() |
boolean |
contains(T obj) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
void |
remove(T obj) |
void |
setDropHandler(Consumer<T> dropHandler)
Callback for entries when dropped from the cache
|
long |
size() |
public void setDropHandler(Consumer<T> dropHandler)
setDropHandler in interface CacheSet<T>Licenced under the Apache License, Version 2.0