|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheWatcherFactory<K,D>
Method Summary | |
---|---|
CacheWatcher<K,D> |
createWatcher(ICache<K,?,D> cache,
D data)
Creates the appropriate watcher for listening to data . |
Method Detail |
---|
CacheWatcher<K,D> createWatcher(ICache<K,?,D> cache, D data) throws Exception
data
.
cache
- the cache.data
- the data to watch.
Exception
- if the watcher could not be created.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |