public interface Remover<K>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
purge(K id)
Like
remove(Object), but does not notify listeners. |
boolean |
remove(K id)
Removes the specified entry from the cache.
|
boolean remove(K id)
id - the cache entry identifier.default boolean purge(K id)
remove(Object), but does not notify listeners.id - the cache entry identifier.Copyright © 2019 JBoss by Red Hat. All rights reserved.