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

C

Cache<K,V> - Class in com.alachisoft.ncache.web.caching
Implements the clustered cache for an application.
Cache.Entry<K,V> - Class in com.alachisoft.ncache.web.caching
 
cacheCleared() - Method in interface com.alachisoft.ncache.web.caching.CacheClearedCallback
Raised when cache is cleared.
CacheClearedCallback - Interface in com.alachisoft.ncache.web.caching
Defines a callback method for notifying applications when the Cache is cleared.
CacheCollection - Class in com.alachisoft.ncache.web.caching
List of all the caches.
CacheCollection() - Constructor for class com.alachisoft.ncache.web.caching.CacheCollection
Default Constructor
CacheDependency - Class in com.alachisoft.ncache.runtime.dependencies
Tracks cache dependencies, which can be files, directories, or keys to other objects in application's Cache.
CacheDependency(ExtensibleDependency) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Creates a CacheDependency instance from extensible dependency.
CacheDependency(String) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors a file or directory for changes.
CacheDependency(String, Date) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors a file or directory for changes and indicates when change tracking is to begin.
CacheDependency(String[]) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories) for changes and specifies a time when change monitoring begins.
CacheDependency(String[], Date) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories) for changes and specifies a time when change monitoring begins.
CacheDependency(String[], String[]) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes.
CacheDependency(String[], String[], Date) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories) for changes and specifies a time when change monitoring begins.
CacheDependency(String[], String[], CacheDependency) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes.
CacheDependency(String[], String[], CacheDependency, Date) - Constructor for class com.alachisoft.ncache.runtime.dependencies.CacheDependency
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes.
CacheException - Exception in com.alachisoft.ncache.runtime.exceptions
It is the base class for all the exceptions that are thrown from NCache.
CacheException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
Constructs an CacheException with null as its error detail message.
CacheException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CacheException
Constructs an CacheException with the specified detail message.
CacheInitParams - Class in com.alachisoft.ncache.web.caching
 
CacheInitParams() - Constructor for class com.alachisoft.ncache.web.caching.CacheInitParams
 
CacheItem - Class in com.alachisoft.ncache.web.caching
Class that represents a cached item including its dependencies, expiration and eviction information
CacheItem(Object) - Constructor for class com.alachisoft.ncache.web.caching.CacheItem
Constructor
CacheItemPriority - Enum in com.alachisoft.ncache.runtime
Specifies the relative priority of items stored in the Cache.
CacheItemRemovedCallback - Interface in com.alachisoft.ncache.web.caching
Defines a callback method for notifying applications when a cached item is removed from the Cache.
CacheItemRemovedReason - Enum in com.alachisoft.ncache.web.caching
Specifies the reason an item was removed from the Cache.
CacheItemUpdatedCallback - Interface in com.alachisoft.ncache.web.caching
Defines a callback method for notifying applications when an item is updated in the Cache.
CacheItemVersion - Class in com.alachisoft.ncache.web.caching
Represents the version of each cache item.
CacheItemVersion() - Constructor for class com.alachisoft.ncache.web.caching.CacheItemVersion
 
CacheLoader - Interface in com.alachisoft.ncache.runtime.cacheloader
 
CacheStream - Class in com.alachisoft.ncache.web.caching
CacheStream is derived from System.IO.Stream.
CacheSyncDependency - Class in com.alachisoft.ncache.web.caching
A client application can have more than one cache instances initialized.
CacheSyncDependency(String, String) - Constructor for class com.alachisoft.ncache.web.caching.CacheSyncDependency
Initializes a new instance of the CacheSyncDependency with the specified parameters.
CacheSyncDependency(String, String, String, int) - Constructor for class com.alachisoft.ncache.web.caching.CacheSyncDependency
Initializes a new instance of the CacheSyncDependency with the specified parameters.
canRead() - Method in class com.alachisoft.ncache.web.caching.CacheStream
Check whether stream supports reading.
canRead() - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
canRead() - Method in class com.alachisoft.ncache.web.caching.OutputCacheStream
 
canSeek() - Method in class com.alachisoft.ncache.web.caching.CacheStream
Gets a value indicating whether the current stream supports seeking.
canSeek() - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
canSeek() - Method in class com.alachisoft.ncache.web.caching.OutputCacheStream
 
canWrite() - Method in class com.alachisoft.ncache.web.caching.CacheStream
Gets a value indicating whether the current stream supports writing.
canWrite() - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
canWrite() - Method in class com.alachisoft.ncache.web.caching.OutputCacheStream
 
clear() - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
 
clear() - Method in class com.alachisoft.ncache.web.caching.Cache
Removes all elements from the Cache.
clear(DSWriteOption, DataSourceClearedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Removes all elements from the Cache.
clearAsync(DSWriteOption, AsyncCacheClearedCallback, DataSourceClearedCallback) - Method in class com.alachisoft.ncache.web.caching.Cache
Removes all elements from the Cache asynchronously.
clearClientCache() - Method in class com.alachisoft.ncache.web.caching.Cache
Clears Client Cache if initialized
Clone() - Method in class com.alachisoft.ncache.web.caching.CacheItem
If dependency or ItemUpdateCallbacks are used in this cacheItem then it is a shallow copy, else this clone method observes a deep clone
close() - Method in class com.alachisoft.ncache.web.caching.CacheStream
Closes the current stream and releases any resources associated with the current stream.
close() - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
close() - Method in class com.alachisoft.ncache.web.caching.OutputCacheStream
 
closed() - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
closed() - Method in class com.alachisoft.ncache.web.caching.OutputCacheStream
 
CmdParamsDbType - Enum in com.alachisoft.ncache.runtime.dependencies
 
CmdParamsType - Enum in com.alachisoft.ncache.runtime.dependencies
Describes the type of the parameters passed to the command.
com.alachisoft.ncache.runtime - package com.alachisoft.ncache.runtime
 
com.alachisoft.ncache.runtime.bridge - package com.alachisoft.ncache.runtime.bridge
 
com.alachisoft.ncache.runtime.cacheloader - package com.alachisoft.ncache.runtime.cacheloader
 
com.alachisoft.ncache.runtime.caching - package com.alachisoft.ncache.runtime.caching
 
com.alachisoft.ncache.runtime.datasourceprovider - package com.alachisoft.ncache.runtime.datasourceprovider
 
com.alachisoft.ncache.runtime.dependencies - package com.alachisoft.ncache.runtime.dependencies
 
com.alachisoft.ncache.runtime.exceptions - package com.alachisoft.ncache.runtime.exceptions
 
com.alachisoft.ncache.runtime.queries - package com.alachisoft.ncache.runtime.queries
 
com.alachisoft.ncache.runtime.util - package com.alachisoft.ncache.runtime.util
 
com.alachisoft.ncache.web.security - package com.alachisoft.ncache.web.security
Describes com.alachisoft.ncache.web.security package It contains the class to specify Security credentials
CommandException - Exception in com.alachisoft.ncache.runtime.exceptions
 
CommandException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CommandException
Constructs an CommandException with null as its error detail message.
CommandException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CommandException
Constructs an CommandException with the specified detail message.
CommandType - Enum in com.alachisoft.ncache.runtime.dependencies
Describes the type of the command passed to the Dependency.
CompactSerializationException - Exception in com.alachisoft.ncache.runtime.exceptions
 
CompactSerializationException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CompactSerializationException
Constructs a CompactSerializationException with the specified detail message
CompactSerializationException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.CompactSerializationException
Constructs a CompactSerializationException with the specified detail message
COMPARE_VERSION - Static variable in class com.alachisoft.ncache.web.caching.LockAccessType
Optimistic locking; update the item in the cache only if the version is same
compareTo(CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.CacheItemVersion
Compare CacheItemVersion with current instance of item version
CompressedValueEntry - Class in com.alachisoft.ncache.web.caching
 
CompressedValueEntry() - Constructor for class com.alachisoft.ncache.web.caching.CompressedValueEntry
 
CompressedValueEntry(Object, BitSet) - Constructor for class com.alachisoft.ncache.web.caching.CompressedValueEntry
 
ConfigurationException - Exception in com.alachisoft.ncache.runtime.exceptions
Thrown when an exception occurs during configuration.
ConfigurationException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
Constructs an ConfigurationException with null as its error detail message.
ConfigurationException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConfigurationException
Constructs an ConfigurationException with the specified detail message.
ConflictResolution - Class in com.alachisoft.ncache.runtime.bridge
 
ConflictResolution() - Constructor for class com.alachisoft.ncache.runtime.bridge.ConflictResolution
 
ConflictResolution(ResolutionAction) - Constructor for class com.alachisoft.ncache.runtime.bridge.ConflictResolution
 
ConnectionException - Exception in com.alachisoft.ncache.runtime.exceptions
Thrown whenever connection with cache server is lost while performing an operation on an outproc cache.
ConnectionException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
Constructs an ConnectionException with null as its error detail message.
ConnectionException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ConnectionException
Constructs an ConnectionException with the specified detail message.
contains(String) - Method in class com.alachisoft.ncache.runtime.caching.NamedTagsDictionary
 
contains(String) - Method in class com.alachisoft.ncache.web.caching.Cache
Determines whether the cache contains a specific key.
contains(String) - Method in class com.alachisoft.ncache.web.caching.CacheCollection
 
ContinuousQuery - Class in com.alachisoft.ncache.web.caching
 
ContinuousQuery(String, HashMap) - Constructor for class com.alachisoft.ncache.web.caching.ContinuousQuery
 
continuousQueryItemAdded(String) - Method in interface com.alachisoft.ncache.web.caching.ContinuousQueryItemAddedCallback
 
ContinuousQueryItemAddedCallback - Interface in com.alachisoft.ncache.web.caching
Defines a callback method for notifying application when item is added to the Continuous Query result.
ContinuousQueryItemAddedNotifier - Class in com.alachisoft.ncache.web.caching
 
continuousQueryItemRemoved(String) - Method in interface com.alachisoft.ncache.web.caching.ContinuousQueryItemRemovedCallback
 
ContinuousQueryItemRemovedCallback - Interface in com.alachisoft.ncache.web.caching
Defines a callback method for notifying application when item is removed from the Continuous Query result.
ContinuousQueryItemRemovedNotifier - Class in com.alachisoft.ncache.web.caching
 
continuousQueryItemUpdated(String) - Method in interface com.alachisoft.ncache.web.caching.ContinuousQueryItemUpdatedCallback
 
ContinuousQueryItemUpdatedCallback - Interface in com.alachisoft.ncache.web.caching
Defines a callback method for notifying application when item is updated in the Continuous Query result.
ContinuousQueryItemUpdatedNotifier - Class in com.alachisoft.ncache.web.caching
 
ContinuousQueryManager - Class in com.alachisoft.ncache.web.caching
 
ContinuousQueryManager() - Constructor for class com.alachisoft.ncache.web.caching.ContinuousQueryManager
 
copyTo(byte[], int, char[], int, int) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
copyTo(char[], int, byte[], int, int) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
copyTo(byte[], int, byte[], int, int) - Static method in class com.alachisoft.ncache.runtime.util.HelperFxn
 
count - Variable in class com.alachisoft.ncache.runtime.queries.AverageResult
 
CreateOleDbCacheDependency(String, String) - Static method in class com.alachisoft.ncache.runtime.dependencies.DBDependencyFactory
Creates a new instance of OleDbCacheDependency class,using the supplied parameters.
CreateSqlCacheDependency(String, String) - Static method in class com.alachisoft.ncache.runtime.dependencies.DBDependencyFactory
Creates a new instance of Sql7CacheDependency class, using the supplied parameters.
CustomEventCallback - Class in com.alachisoft.ncache.web.caching
Defines a callback method for custom application defined events.
CustomEventCallback() - Constructor for class com.alachisoft.ncache.web.caching.CustomEventCallback
 

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