public interface Evictor<K>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Evictor.EvictOperation<K,V>
Reusable eviction operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
evict(K id)
Evict the specified item from the cache.
|
void evict(K id)
id - the item identifierCopyright © 2014 JBoss by Red Hat. All rights reserved.