|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheEntryListener
Tagging interface for cache entry listeners.
Sub-interfaces exist for the various cache events allowing a listener to be created which implements only those listeners it is interested in. The motivation for this design is to allow efficient implementation of network based listenrs. Listeners should be implemented with care. In particular it is important to consider the impact on perforamnce and latency.
CacheEntryCreatedListener,
CacheEntryUpdatedListener,
CacheEntryReadListener,
CacheEntryRemovedListener,
CacheEntryExpiredListener| Method Summary | |
|---|---|
NotificationScope |
getNotificationScope()
|
| Method Detail |
|---|
NotificationScope getNotificationScope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||