|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheItemUpdatedCallback | |
---|---|
com.alachisoft.ncache.web.caching | Describes com.alachisoft.ncache.web.caching package The com.alachisoft.nCache.web.caching package provides classes for caching frequently used data in a cluster This includes the Cache class, a dictionary that allows you to store arbitrary data objects, such as hash tables and data sets. |
Uses of CacheItemUpdatedCallback in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return CacheItemUpdatedCallback | |
---|---|
CacheItemUpdatedCallback |
CacheItem.getItemUpdateCallback()
An instance that, if provided, is called when an object is updated in the cache. |
Methods in com.alachisoft.ncache.web.caching with parameters of type CacheItemUpdatedCallback | |
---|---|
void |
Cache.registerKeyNotificationCallback(java.lang.String[] keys,
CacheItemUpdatedCallback updateCallback,
CacheItemRemovedCallback removeCallback)
Registers the CacheItemUpdatedCallback and/or CacheItemRemovedCallback for the list of specified keys. |
void |
Cache.registerKeyNotificationCallback(java.lang.String key,
CacheItemUpdatedCallback updateCallback,
CacheItemRemovedCallback removeCallback)
Registers the CacheItemUpdatedCallback and/or CacheItemRemovedCallback for the specified key. |
void |
CacheItem.setItemUpdateCallback(CacheItemUpdatedCallback itemUpdateCallback)
An instance that, if provided, is called when an object is updated in the cache. |
void |
Cache.unRegisterKeyNotificationCallback(java.lang.String[] keys,
CacheItemUpdatedCallback updateCallback,
CacheItemRemovedCallback removeCallback)
Unregisters the CacheItemUpdatedCallback and/or CacheItemRemovedCallback already registered
for the specified list of keys. |
void |
Cache.unRegisterKeyNotificationCallback(java.lang.String key,
CacheItemUpdatedCallback updateCallback,
CacheItemRemovedCallback removeCallback)
Unregisters the CacheItemUpdatedCallback and/or CacheItemRemovedCallback already registered for the specified key. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |