|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSReadOption | |
---|---|
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 DSReadOption in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return DSReadOption | |
---|---|
static DSReadOption |
DSReadOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DSReadOption[] |
DSReadOption.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.alachisoft.ncache.web.caching with parameters of type DSReadOption | |
---|---|
java.lang.Object |
Cache.get(java.lang.String key,
DSReadOption dsReadOption)
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)
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. |
java.lang.Object |
Cache.get(java.lang.String key,
java.lang.String group,
java.lang.String subGroup,
DSReadOption dsReadOption)
Retrieves the specified item from the Cache object. |
java.util.HashMap |
Cache.getBulk(java.lang.String[] keys,
DSReadOption dsReadOption)
Retrieves the object from the cache for the given keys as key value pairs |
java.util.HashMap |
Cache.getBulk(java.lang.String[] keys,
java.lang.String provideName,
DSReadOption dsReadOption)
Retrieves the object from the cache for the given keys as key value pairs |
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,
DSReadOption dsReadOption)
Retrieves the specified item from the Cache object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |