|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheItemVersion | |
---|---|
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 CacheItemVersion in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return CacheItemVersion | |
---|---|
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. |
CacheItemVersion |
Cache.add(java.lang.String key,
java.lang.Object value)
Adds an item into the Cache object with a cache key to reference its location. |
CacheItemVersion |
Cache.add(java.lang.String key,
java.lang.Object value,
CacheDependency dependency,
java.util.Date absoluteExpiration,
TimeSpan slidingExpiration,
CacheItemPriority priority)
Adds the specified item to the Cache object with dependencies, expiration and priority policies, and a delegate you can use to notify your application when the inserted item is removed from the Cache. |
CacheItemVersion |
Cache.add(java.lang.String key,
java.lang.Object value,
NamedTagsDictionary namedTags)
Adds an item into the Cache object with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration. |
CacheItemVersion |
Cache.add(java.lang.String key,
java.lang.Object value,
java.lang.String group,
java.lang.String subGroup)
Adds an item in the cache. |
CacheItemVersion |
Cache.add(java.lang.String key,
java.lang.Object value,
Tag[] tags)
Adds an item into the Cache object with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration. |
CacheItemVersion |
CacheItem.getVersion()
Item version of the object, used when getCachItem is used on 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)
|
CacheItemVersion |
Cache.insert(java.lang.String key,
java.lang.Object value)
Inserts an item into the Cache object with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration. |
CacheItemVersion |
Cache.insert(java.lang.String key,
java.lang.Object value,
CacheDependency dependency,
java.util.Date absoluteExpiration,
TimeSpan slidingExpiration,
CacheItemPriority priority)
Inserts an object into the Cache with dependencies and expiration policies. |
CacheItemVersion |
Cache.insert(java.lang.String key,
java.lang.Object value,
NamedTagsDictionary namedTags)
Inserts an item into the Cache with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration. |
CacheItemVersion |
Cache.insert(java.lang.String key,
java.lang.Object value,
java.lang.String group,
java.lang.String subGroup)
Inserts an Object into the Cache. |
CacheItemVersion |
Cache.insert(java.lang.String key,
java.lang.Object value,
Tag[] tags)
Inserts an item into the Cache with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration. |
Methods in com.alachisoft.ncache.web.caching with parameters of type CacheItemVersion | |
---|---|
int |
CacheItemVersion.compareTo(CacheItemVersion itemVersion)
Compare CacheItemVersion with current instance of item version |
void |
Cache.delete(java.lang.String key,
CacheItemVersion version)
Removes an item from cache if the specified version is still the most recent version in the cache. |
java.lang.Object |
Cache.get(java.lang.String key,
CacheItemVersion version)
Retrieves the specified item from the Cache object. |
java.lang.Object |
Cache.get(java.lang.String key,
DSReadOption dsReadOption,
CacheItemVersion version)
Retrieves the specified item from the Cache object. |
java.lang.Object |
Cache.get(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,
CacheItemVersion version)
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,
CacheItemVersion version)
Retrieves the specified item from the Cache object. |
java.lang.Object |
Cache.getIfNewer(java.lang.String key,
CacheItemVersion version)
Gets an object from the cache only if a newer version of the object exists in cache. |
java.lang.Object |
Cache.getIfNewer(java.lang.String key,
java.lang.String group,
java.lang.String subGroup,
CacheItemVersion version)
Gets an object from the cache only if a newer version of the object exists in cache. |
java.lang.Object |
Cache.remove(java.lang.String key,
CacheItemVersion version)
Removes an item from cache if the specified version is still the most recent version in the cache. |
void |
CacheItem.setVersion(CacheItemVersion version)
Sets Item Version |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |