Package | Description |
---|---|
org.xwiki.cache | |
org.xwiki.cache.util |
Modifier and Type | Method and Description |
---|---|
void |
Cache.addCacheEntryListener(CacheEntryListener<T> listener)
Add the provided listener to the cache to catch events on entries like add, remove etc.
|
void |
Cache.removeCacheEntryListener(CacheEntryListener<T> listener)
Remove the provided listener from the list of listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCache.addCacheEntryListener(CacheEntryListener<T> listener) |
void |
AbstractCache.removeCacheEntryListener(CacheEntryListener<T> listener) |
Copyright © 2004–2016 XWiki. All rights reserved.