|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgumentNullException | |
---|---|
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 ArgumentNullException in com.alachisoft.ncache.runtime.caching |
---|
Methods in com.alachisoft.ncache.runtime.caching that throw ArgumentNullException | |
---|---|
void |
NamedTagsDictionary.add(java.lang.String key,
java.lang.String value)
Add String value against key |
Uses of ArgumentNullException in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that throw ArgumentNullException | |
---|---|
void |
Cache.removeByAllTags(Tag[] tags)
Removes the cached objects that have all of the same tags in common. |
void |
Cache.removeByAnyTag(Tag[] tags)
Removes the cached objects that have any of the same tags in common. |
void |
Cache.removeByTag(Tag tag)
Removes the cached objects that have the specified tag. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |