K
- the key type.V
- the value type.public interface CacheEntryEraseHandler<K,V>
Modifier and Type | Method and Description |
---|---|
void |
erase(K key)
Remove the provided object based on the key from a backing store.
|
void erase(K key)
key
- the key.