public interface Remover<K>
Modifier and Type | Interface and Description |
---|---|
static class |
Remover.RemoveOperation<K,V>
Reusable remove operation.
|
Modifier and Type | Method and Description |
---|---|
void |
remove(K id)
Removes the specified entry from the cache.
|
void remove(K id)
id
- the cache entry identifier.Copyright © 2015 JBoss by Red Hat. All rights reserved.