Package | Description |
---|---|
javax.cache.event |
Modifier and Type | Method and Description |
---|---|
boolean |
CacheEntryEventFilter.evaluate(CacheEntryEvent<? extends K,? extends V> event) |
Modifier and Type | Method and Description |
---|---|
void |
CacheEntryCreatedListener.onCreated(Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
void |
CacheEntryExpiredListener.onExpired(Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
void |
CacheEntryRemovedListener.onRemoved(Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
void |
CacheEntryUpdatedListener.onUpdated(Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
Copyright © 2017. All rights reserved.