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

S

search(String, HashMap) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the keys for the specified query.
searchCQ(ContinuousQuery) - Method in class com.alachisoft.ncache.web.caching.Cache
Performs search on the Cache based on the specified ContinuousQuery and registers the notifications.
searchEntries(String, HashMap) - Method in class com.alachisoft.ncache.web.caching.Cache
Retrieves the key and value pairs for the specified query.
searchEntriesCQ(ContinuousQuery) - Method in class com.alachisoft.ncache.web.caching.Cache
Performs search on the Cache based on the specified ContinuousQuery and registers the notifications.
SecurityException - Exception in com.alachisoft.ncache.runtime.exceptions
Thrown when a user does not have the permissions to start/stop/initialize the cache.
SecurityException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.SecurityException
Constructs an SecurityException with null as its error detail message.
SecurityException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.SecurityException
Constructs an SecurityException with the specified detail message.
SecurityParams - Class in com.alachisoft.ncache.web.security
Information holder class that provides the Security Parameters.
SecurityParams(String, String) - Constructor for class com.alachisoft.ncache.web.security.SecurityParams
Creates an instance of the SecurityParams.
seek(long) - Method in class com.alachisoft.ncache.web.caching.CacheStream
Sets the position within the current stream.
seek(long) - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
seek(long) - Method in class com.alachisoft.ncache.web.caching.OutputCacheStream
 
setAbsoluteExpiration(Date) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setAbsoluteExpiration(Date) - Method in class com.alachisoft.ncache.web.caching.CacheItem
Sets the time at which the added object expires and is removed from the cache.
setAsyncItemAddedCallback(AsyncItemAddedCallback) - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an Asynchronous request for Add Operation completes.
setAsyncItemUpdatedCallback(AsyncItemUpdatedCallback) - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an Asynchronous request for Update Operation completes.
setCacheDependency(CacheDependency) - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
setCacheSyncDependency(CacheSyncDependency) - Method in class com.alachisoft.ncache.web.caching.CacheItem
The cache key dependencies for the item.
setClientRequestTimeOut(int) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Clients operation timeout specified in seconds.
setCmdParamsType(CmdParamsType) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the SqlDbType of the passed parameter.
setCompareInfo(SqlCmpOptions) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the CompareInfo object that defines how string comparisons should be performed for this parameter.
setConfigPath(String) - Static method in class com.alachisoft.ncache.web.caching.NCache
Sets the directory path where the NCache configuration files are placed.
setConnectionRetries(int) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Set Number of tries to re-establish a broken connection between client and server.
setConnectionTimeout(int) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Set Client's connection timeout specified in seconds.
setCount(BigDecimal) - Method in class com.alachisoft.ncache.runtime.queries.AverageResult
 
setDependency(CacheDependency) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setDirection(OracleParameterDirection) - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
The direction of the passed parameters (in/out).
setExceptionsEnabled(boolean) - Method in class com.alachisoft.ncache.web.caching.Cache
If this property is set the Cache object throws exceptions from public operations.
setExceptionsEnabled(boolean) - Static method in class com.alachisoft.ncache.web.caching.NCache
 
setGroup(String) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setGroup(String) - Method in class com.alachisoft.ncache.web.caching.CacheItem
The name of the group to associate with the cache item.
setHours(int) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Summary: Sets value of hours for this instance of TimeSpan.
setIsNullable(boolean) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets a value that indicates whether the parameter accepts null values.
setItemPriority(CacheItemPriority) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setItemRemoveCallback(CacheItemRemovedCallback) - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an object is removed from the cache.
setItemUpdateCallback(CacheItemUpdatedCallback) - Method in class com.alachisoft.ncache.web.caching.CacheItem
An instance that, if provided, is called when an object is updated in the cache.
setKey(K) - Method in class com.alachisoft.ncache.web.caching.Cache.Entry
 
setLength(long) - Method in class com.alachisoft.ncache.web.caching.CacheStream
Sets the length of the stream.
setLength(long) - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
setLength(long) - Method in class com.alachisoft.ncache.web.caching.OutputCacheStream
 
setLoadBalance(boolean) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
When this flag is set, client tries to connect to the optimum server in terms of number of connected clients.
setLocaleId(int) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the locale identifier that determines conventions and language for a particular region.
setLockDate(Date) - Method in class com.alachisoft.ncache.web.caching.LockHandle
Set lock date
setLockId(String) - Method in class com.alachisoft.ncache.web.caching.LockHandle
Set lock id
setMiliSeconds(int) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Summary: Sets value of miliseconds for this instance of TimeSpan.
setMinutes(int) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Summary: Sets value of minutes for this instance of TimeSpan.
setNamedTags(NamedTagsDictionary) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setNamedTags(NamedTagsDictionary) - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
setoffset(int) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the offset to the Value property.
setPort(int) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Set the port on which the clients will connect to a server.
setprecision(byte) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the maximum number of digits used to represent the Value property.
setPrimaryUserCredentials(SecurityParams) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Set the user-id and password for the primary cache user.
setPriority(CacheItemPriority) - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
setPriority(int) - Method in class com.alachisoft.ncache.web.caching.CacheItem
Set priority using integer value
setQuery(String) - Method in class com.alachisoft.ncache.web.caching.ContinuousQuery
 
setResolutionAction(ResolutionAction) - Method in class com.alachisoft.ncache.runtime.bridge.ConflictResolution
 
setResyncExpiredItems(boolean) - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
setResyncItemOnExpiration(boolean) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setResyncProviderName(String) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setResyncProviderName(String) - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
setRetryInterval() - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Get Time in seconds to wait between two connection retries.
setRetryInterval(int) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Set Time in seconds to wait between two connection retries.
setScale(byte) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the number of decimal places to which Value is resolved.
setSecondaryUserCredentials(SecurityParams) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
Set the user-id and password for the secondary cache user.
setSeconds(int) - Method in class com.alachisoft.ncache.runtime.util.TimeSpan
Summary: Sets value of seconds for this instance of TimeSpan.
setServer(String) - Method in class com.alachisoft.ncache.web.caching.CacheInitParams
 
setSize(int) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the maximum size, in bytes, of the data within the column.
setSlidingExpiration(TimeSpan) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setSlidingExpiration(TimeSpan) - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
setSourceColumn(String) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
setSourceColumnNullMapping(boolean) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets a value which indicates whether the source column is nullable.
setSourceVersion(SqlDataRowVersion) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the DataRowVersion to use when you load Value
setSqlParameterDirection(SqlParamDirection) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
setSqlValue(Object) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the value of the parameter as an SQL type.
setSubGroup(String) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setSubGroup(String) - Method in class com.alachisoft.ncache.web.caching.CacheItem
The name of the sub-group within a group.
setSum(BigDecimal) - Method in class com.alachisoft.ncache.runtime.queries.AverageResult
 
setTagName(String) - Method in class com.alachisoft.ncache.runtime.caching.Tag
 
setTags(Tag[]) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setTags(Tag[]) - Method in class com.alachisoft.ncache.web.caching.CacheItem
sets all tags this CacheItem is to be attached to
setType(OracleCmdParamsType) - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
The type of the command parameter.
setTypeName(String) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets the type name for a table-valued parameter.
setUdtTypeName(String) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
Sets a string that represents a user-defined type as a parameter.
setValue(Object) - Method in class com.alachisoft.ncache.runtime.caching.ProviderCacheItem
 
setValue(Object) - Method in class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
The value of the command parameter.
setValue(Object) - Method in class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
The value of the passed parameter.
setValue(V) - Method in class com.alachisoft.ncache.web.caching.Cache.Entry
 
setValue(Object) - Method in class com.alachisoft.ncache.web.caching.CacheItem
 
setValue(byte[]) - Method in class com.alachisoft.ncache.web.caching.CompressedValueEntry
 
setValues(HashMap) - Method in class com.alachisoft.ncache.web.caching.ContinuousQuery
 
setVersion(CacheItemVersion) - Method in class com.alachisoft.ncache.web.caching.CacheItem
Sets Item Version
setVersion(long) - Method in class com.alachisoft.ncache.web.caching.CacheItemVersion
Set item version
size() - Method in class com.alachisoft.ncache.web.caching.CacheCollection
 
skip(long) - Method in class com.alachisoft.ncache.web.caching.InputCacheStream
 
SqlCacheDependency - Class in com.alachisoft.ncache.runtime.dependencies
Establishes a relationship between an item stored in an application's Cache object and either a row in a specific SQL Server database table or the results of a SQL Server 2005 query.
SqlCacheDependency(String, String) - Constructor for class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
Initializes a new instance of the SqlCacheDependency class, using the supplied connection string and query string.
SqlCacheDependency(String, String, SqlCommandType, HashMap<String, SqlCmdParams>) - Constructor for class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency
Initializes a new instance of the SqlCacheDependency class, using the supplied connection string and query string.
SqlCmdParams - Class in com.alachisoft.ncache.runtime.dependencies
Describes the type of the parameters passed to the command.
SqlCmdParams() - Constructor for class com.alachisoft.ncache.runtime.dependencies.SqlCmdParams
 
SqlCmpOptions - Enum in com.alachisoft.ncache.runtime.dependencies
 
SqlCommandType - Enum in com.alachisoft.ncache.runtime.dependencies
Describes the type of the command passed to the SqlDependency.
SqlDataRowVersion - Enum in com.alachisoft.ncache.runtime.dependencies
 
SqlParamDirection - Enum in com.alachisoft.ncache.runtime.dependencies
 
start(HashMap) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.ReadThruProvider
Perform tasks like allocating resources or acquiring connections etc.
start(HashMap) - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
 
startAfterTicks() - Method in class com.alachisoft.ncache.runtime.dependencies.FileDependency
 
startAfterTicks() - Method in class com.alachisoft.ncache.runtime.dependencies.KeyDependency
 
stop() - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.ReadThruProvider
Perform tasks associated with freeing, releasing, or resetting resources.
stop() - Method in interface com.alachisoft.ncache.runtime.datasourceprovider.WriteThruProvider
 
StreamAlreadyLockedException - Exception in com.alachisoft.ncache.runtime.exceptions
StreamAlreadLockedException is thrown if stream is already locked.
StreamAlreadyLockedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamAlreadyLockedException
Constructs an StreamAlreadyLockedException with null as its error detail message.
StreamAlreadyLockedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamAlreadyLockedException
Constructs an StreamAlreadyLockedException with the specified detail message.
StreamCloseException - Exception in com.alachisoft.ncache.runtime.exceptions
StreamCloseException is thrown if a write operation is performed on closed CacheStream
StreamCloseException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamCloseException
Constructs an StreamCloseException with null as its error detail message.
StreamCloseException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamCloseException
Constructs an StreamCloseException with the specified detail message.
StreamException - Exception in com.alachisoft.ncache.runtime.exceptions
StreamException is thrown if any error occurs during operation on CacheStream.
StreamException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamException
Constructs an StreamException with null as its error detail message.
StreamException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamException
Constructs an StreamException with the specified detail message.
StreamInvalidLockException - Exception in com.alachisoft.ncache.runtime.exceptions
StreamInvalidLockException is thrown if the current lock handle becomes invalid.
StreamInvalidLockException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamInvalidLockException
Constructs an StreamInvalidLockException with null as its error detail message.
StreamInvalidLockException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamInvalidLockException
Constructs an StreamInvalidLockException with the specified detail message.
StreamMode - Enum in com.alachisoft.ncache.web.caching
Represents the modes for opening a cache stream.
StreamModes - Enum in com.alachisoft.ncache.web.caching
 
StreamNotFoundException - Exception in com.alachisoft.ncache.runtime.exceptions
StreamNotFoundException is thrown if a CacheStream is not found in the cache.
StreamNotFoundException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamNotFoundException
Constructs an StreamNotFoundException with null as its error detail message.
StreamNotFoundException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.StreamNotFoundException
Constructs an StreamNotFoundException with the specified detail message.
sum - Variable in 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