public interface Evictor<K>
| Modifier and Type | Field and Description |
|---|---|
static org.infinispan.context.Flag[] |
EVICTION_FLAGS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evict(K id)
Evict the specified item from the cache.
|
boolean evict(K id)
id - the item identifierCopyright © 2018 JBoss by Red Hat. All rights reserved.