|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceItemsUpdatedCallback | |
---|---|
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 DataSourceItemsUpdatedCallback in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching with parameters of type DataSourceItemsUpdatedCallback | |
---|---|
CacheItemVersion |
Cache.insert(java.lang.String key,
CacheItem item,
DSWriteOption dsWriteOption,
DataSourceItemsUpdatedCallback onDataSourceItemUpdated)
Add a CacheItem to the cache |
CacheItemVersion |
Cache.insert(java.lang.String key,
CacheItem item,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsUpdatedCallback onDataSourceItemUpdated)
Add a CacheItem to the cache |
void |
Cache.insertAsync(java.lang.String key,
CacheItem item,
DSWriteOption dsWriteOption,
DataSourceItemsUpdatedCallback onDataSourceItemUpdated)
Inserts a key and CacheItem in the cache. |
void |
Cache.insertAsync(java.lang.String key,
CacheItem item,
java.lang.String providerName,
DSWriteOption dsWriteOption,
DataSourceItemsUpdatedCallback onDataSourceItemUpdated)
Inserts a key and CacheItem in the cache. |
java.util.HashMap |
Cache.insertBulk(java.lang.String[] keys,
CacheItem[] items,
DSWriteOption dsWriteOption,
DataSourceItemsUpdatedCallback onDataSourceItemUpdated)
Insert list of CacheItem to the cache |
java.util.HashMap |
Cache.insertBulk(java.lang.String[] keys,
CacheItem[] items,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsUpdatedCallback onDataSourceItemUpdated)
Insert list of CacheItem to the cache |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |