A B C D E F G H I K L M N O P Q R S T U V W

A

ACQUIRE - Static variable in class com.alachisoft.ncache.web.caching.LockAccessType
Indicates that lock is to be acquired
add(String, int) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add integer value against key
add(String, long) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add long value against key
add(String, float) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add String value against key
add(String, double) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add double value against key
add(String, String) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add String value against key
add(String, char) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add String value against key
add(String, boolean) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add String value against key
add(String, Date) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
Add String value against key
add(CacheDependency[]) - Method in class com.alachisoft.ncache.runtime.dependencies.AggregateCacheDependency
Adds an array of CacheDependency objects to the AggregateCacheDependency object.
add(String, Object) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds an item into the Cache object with a cache key to reference its location.
add(String, CacheItem) - Method in class com.alachisoft.ncache.web.caching.Cache
Add a CacheItem to the cache
add(String, Object, Tag[]) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds an item into the Cache object with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration.
add(String, Object, NamedTagsDictionary) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds an item into the Cache object with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration.
add(String, Object, String, String) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds an item in the cache.
add(String, Object, CacheDependency, Date, TimeSpan, CacheItemPriority) - Method in class com.alachisoft.ncache.web.caching.Cache
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.
add(String, CacheItem, DSWriteOption, DataSourceItemsAddedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds the specified item to the Cache, and a delegate you can use to notify your application when the item is added into cache.
add(String, CacheItem, DSWriteOption, String, DataSourceItemsAddedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds the specified item to the Cache, and a delegate you can use to notify your application when the item is added into cache.
addAsync(String, CacheItem, DSWriteOption, DataSourceItemsAddedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds a key and CacheItem in the cache Asynchronously.
addAsync(String, CacheItem, DSWriteOption, String, DataSourceItemsAddedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds a key and CacheItem in the cache Asynchronously.
addAsync(String, Object, AsyncItemAddedCallback, String, String) - Method in class com.alachisoft.ncache.web.caching.Cache
Add a key value pair to the cache asynchronously.
addAsync(String, CacheItem) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds a key and CacheItem in the cache Asynchronously.
addBulk(String[], CacheItem[], DSWriteOption, String, DataSourceItemsAddedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Add array of CacheItem to the cache.
addBulk(String[], CacheItem[], DSWriteOption, DataSourceItemsAddedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Add array of CacheItem to the cache.
addCache(String, Cache) - Method in class com.alachisoft.ncache.web.caching.CacheCollection
 
addCacheEventListener(CacheListener) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds the specified cache listener to receive cache events from this cache.
addClusterEventListener(ClusterListener) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds the specified cluster listener to receive custom cache events from this cache.
addCustomEventListener(CustomListener) - Method in class com.alachisoft.ncache.web.caching.Cache
Adds the specified custom listener to receive custom cache events from this cache.
addDependency(String, CacheDependency, boolean) - Method in class com.alachisoft.ncache.web.caching.Cache
Add dependency to the cache item.
addDependency(String, CacheSyncDependency) - Method in class com.alachisoft.ncache.web.caching.Cache
Add CacheSyncDependency to the cache item.
addToSource(String, Object) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
 
addToSource(String[], Object[]) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
 
AggregateCacheDependency - Class in com.alachisoft.ncache.runtime.dependencies
Combines multiple dependencies between an item stored in an application's Cache object and an array of CacheDependency objects.
AggregateCacheDependency() - Constructor for class com.alachisoft.ncache.runtime.dependencies.AggregateCacheDependency
Initializes a new instance of the AggregateCacheDependency class that wraps multiple This is the default constructor for the AggregateCacheDependency class.
AggregateException - Exception in com.alachisoft.ncache.runtime.exceptions
This exception is thrown when multiple exceptions occur from multiple nodes.
AggregateException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.AggregateException
Constructs an AggregateException with null as its error detail message.
AggregateException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.AggregateException
Constructs an AggregateException with the specified detail message.
ArgumentException - Exception in com.alachisoft.ncache.runtime.exceptions
 
ArgumentException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ArgumentException
Constructs an OperationFailedException with null as its error detail message.
ArgumentException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ArgumentException
Constructs an OperationFailedException with the specified detail message.
ArgumentNullException - Exception in com.alachisoft.ncache.runtime.exceptions
 
ArgumentNullException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ArgumentNullException
Constructs an ArgumentNullException with null as its error detail message.
ArgumentNullException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ArgumentNullException
Constructs an ArgumentNullException with the specified detail message.
asyncCacheCleared(Object) - Method in interface com.alachisoft.ncache.web.caching.AsyncCacheClearedCallback
This method is called when async clear operation completes
AsyncCacheClearedCallback - Interface in com.alachisoft.ncache.web.caching
Provide method for notifying applications after a request for asynchronous clear operation completes.
asyncItemAdded(String, Object) - Method in interface com.alachisoft.ncache.web.caching.AsyncItemAddedCallback
This method is called when async add operation completes
AsyncItemAddedCallback - Interface in com.alachisoft.ncache.web.caching
Provide method for notifying applications after a request for asynchronous add operation completes.
asyncItemRemoved(String, Object) - Method in interface com.alachisoft.ncache.web.caching.AsyncItemRemovedCallback
This method is called when async remove operation completes
AsyncItemRemovedCallback - Interface in com.alachisoft.ncache.web.caching
Provide method for notifying applications after a request for asynchronous remove operation completes.
asyncItemUpdated(String, Object) - Method in interface com.alachisoft.ncache.web.caching.AsyncItemUpdatedCallback
This method is called when async insert operation completes
AsyncItemUpdatedCallback - Interface in com.alachisoft.ncache.web.caching
Provide method for notifying applications after a request for asynchronous insert operation completes.
AverageResult - Class in com.alachisoft.ncache.runtime.queries
 
AverageResult() - Constructor for class com.alachisoft.ncache.runtime.queries.AverageResult
 

A B C D E F G H I K L M N O P Q R S T U V W