public interface EventHandling<K,V>
| Modifier and Type | Field and Description |
|---|---|
static EventHandling |
DISABLED |
| Modifier and Type | Method and Description |
|---|---|
void |
addInternalListenersToCache2kConfiguration(org.cache2k.configuration.Cache2kConfiguration<K,V> cfg) |
boolean |
deregisterListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cfg) |
Collection<javax.cache.configuration.CacheEntryListenerConfiguration<K,V>> |
getAllListenerConfigurations() |
void |
registerListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cfg) |
static final EventHandling DISABLED
void registerListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cfg)
boolean deregisterListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cfg)
Collection<javax.cache.configuration.CacheEntryListenerConfiguration<K,V>> getAllListenerConfigurations()
cache2k API documentation. Copyright © 2000–2020 headissue GmbH, Munich.