|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceItemsRemovedCallback | |
---|---|
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 DataSourceItemsRemovedCallback in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching with parameters of type DataSourceItemsRemovedCallback | |
---|---|
void |
Cache.delete(java.lang.String key,
DSWriteOption dsWriteOption,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the object from the Cache. |
void |
Cache.delete(java.lang.String key,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the object from the Cache. |
void |
Cache.deleteBulk(java.lang.String[] keys,
DSWriteOption dsWriteOption,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the objects from the Cache. |
void |
Cache.deleteBulk(java.lang.String[] keys,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the objects from the Cache. |
java.lang.Object |
Cache.remove(java.lang.String key,
DSWriteOption dsWriteOption,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the object from the Cache. |
java.lang.Object |
Cache.remove(java.lang.String key,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the object from the Cache. |
void |
Cache.removeAsync(java.lang.String key,
AsyncItemRemovedCallback asyncItemRemovedCallback,
DSWriteOption dsWriteOption,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the object from the Cache. |
void |
Cache.removeAsync(java.lang.String key,
AsyncItemRemovedCallback asyncItemRemovedCallback,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the object from the Cache. |
java.util.HashMap |
Cache.removeBulk(java.lang.String[] keys,
DSWriteOption dsWriteOption,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the objects from the Cache. |
java.util.HashMap |
Cache.removeBulk(java.lang.String[] keys,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsRemovedCallback onDataSourceItemRemoved)
Removes the objects from the Cache. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |