|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedTagsDictionary | |
---|---|
com.alachisoft.ncache.runtime.caching | |
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 NamedTagsDictionary in com.alachisoft.ncache.runtime.caching |
---|
Methods in com.alachisoft.ncache.runtime.caching that return NamedTagsDictionary | |
---|---|
NamedTagsDictionary |
ProviderCacheItem.getNamedTags()
|
Methods in com.alachisoft.ncache.runtime.caching with parameters of type NamedTagsDictionary | |
---|---|
void |
ProviderCacheItem.setNamedTags(NamedTagsDictionary namedTagsDictionary)
|
Uses of NamedTagsDictionary in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return NamedTagsDictionary | |
---|---|
NamedTagsDictionary |
CacheItem.getNamedTags()
|
Methods in com.alachisoft.ncache.web.caching with parameters of type NamedTagsDictionary | |
---|---|
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.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. |
void |
CacheItem.setNamedTags(NamedTagsDictionary namedTags)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |