|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheItem | |
---|---|
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 CacheItem in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return CacheItem | |
---|---|
CacheItem |
Cache.getCacheItem(java.lang.String key)
Get the cache item stored in cache. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
CacheItemVersion version)
Retrieves the specified item from the Cache object. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
DSReadOption dsReadOption)
Retrieves the specified item from the Cache object. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
DSReadOption dsReadOption,
CacheItemVersion version)
|
CacheItem |
Cache.getCacheItem(java.lang.String key,
java.lang.String providerName,
DSReadOption dsReadOption)
Retrieves the specified item from the Cache object. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
java.lang.String providerName,
DSReadOption dsReadOption,
CacheItemVersion version)
Retrieves the specified item from the Cache object. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
java.lang.String group,
java.lang.String subGroup)
Get the cache item stored in cache. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
java.lang.String group,
java.lang.String subGroup,
DSReadOption dsReadOption)
Retrieves the specified item from the Cache object. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
TimeSpan lockTimeout,
LockHandle lockHandle,
boolean acquireLock)
Get the cache item stored in cache. |
Methods in com.alachisoft.ncache.web.caching with parameters of type CacheItem | |
---|---|
CacheItemVersion |
Cache.add(java.lang.String key,
CacheItem item)
Add a CacheItem to the cache |
CacheItemVersion |
Cache.add(java.lang.String key,
CacheItem item,
DSWriteOption dsWriteOption,
DataSourceItemsAddedCallback onDataSourceItemAdded)
Adds the specified item to the Cache, and a delegate you can use to notify your application when the item is added into cache. |
CacheItemVersion |
Cache.add(java.lang.String key,
CacheItem item,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsAddedCallback onDataSourceItemAdded)
Adds the specified item to the Cache, and a delegate you can use to notify your application when the item is added into cache. |
java.lang.Object |
Cache.addAsync(java.lang.String key,
CacheItem item)
Adds a key and CacheItem in the cache Asynchronously. |
java.lang.Object |
Cache.addAsync(java.lang.String key,
CacheItem item,
DSWriteOption dsWriteOption,
DataSourceItemsAddedCallback onSourceItemAdded)
Adds a key and CacheItem in the cache Asynchronously. |
java.lang.Object |
Cache.addAsync(java.lang.String key,
CacheItem item,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsAddedCallback onSourceItemAdded)
Adds a key and CacheItem in the cache Asynchronously. |
java.util.HashMap |
Cache.addBulk(java.lang.String[] keys,
CacheItem[] items,
DSWriteOption dsWriteOption,
DataSourceItemsAddedCallback onDataSourceItemAddedCallback)
Add array of CacheItem to the cache. |
java.util.HashMap |
Cache.addBulk(java.lang.String[] keys,
CacheItem[] items,
DSWriteOption dsWriteOption,
java.lang.String providerName,
DataSourceItemsAddedCallback onDataSourceItemAddedCallback)
Add array of CacheItem to the cache. |
CacheItemVersion |
Cache.insert(java.lang.String key,
CacheItem item)
Add a CacheItem to the cache |
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 |
CacheItemVersion |
Cache.insert(java.lang.String key,
CacheItem item,
LockHandle lockHandle,
boolean releaseLock)
|
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 |