|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncItemUpdatedCallback | |
---|---|
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 AsyncItemUpdatedCallback in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return AsyncItemUpdatedCallback | |
---|---|
AsyncItemUpdatedCallback |
CacheItem.getAsyncItemUpdatedCallback()
An instance that, if provided, is called when an Asynchronous request for Update Operation completes. |
Methods in com.alachisoft.ncache.web.caching with parameters of type AsyncItemUpdatedCallback | |
---|---|
void |
Cache.insertAsync(java.lang.String key,
java.lang.Object value,
AsyncItemUpdatedCallback asyncItemUpdatedCallback,
java.lang.String group,
java.lang.String subGroup)
Insert a CacheItem to the cache asynchoronously |
void |
CacheItem.setAsyncItemUpdatedCallback(AsyncItemUpdatedCallback itemUpdatedCallback)
An instance that, if provided, is called when an Asynchronous request for Update Operation completes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |