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

O

OperationFailedException - Exception in com.alachisoft.ncache.runtime.exceptions
Thrown whenever an API fails.
OperationFailedException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
Constructs an OperationFailedException with null as its error detail message.
OperationFailedException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.OperationFailedException
Constructs an OperationFailedException with the specified detail message.
OracleCacheDependency - 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 Oracle database table or the results of a Oracle query.
OracleCacheDependency(String, String) - Constructor for class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
Initializes a new instance of the OracleCacheDependency class, using the supplied connection string and query string.
OracleCacheDependency(String, String, OracleCommandType, HashMap<String, OracleCmdParams>) - Constructor for class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency
Initializes a new instance of the OracleCacheDependency class, using the supplied connection string and query string.
OracleCmdParams - Class in com.alachisoft.ncache.runtime.dependencies
Holds the type and value of the parameters passed to the command instance.
OracleCmdParams() - Constructor for class com.alachisoft.ncache.runtime.dependencies.OracleCmdParams
 
OracleCmdParamsType - Enum in com.alachisoft.ncache.runtime.dependencies
Describes the type of the parameters passed to the Oracle command.
OracleCommandType - Enum in com.alachisoft.ncache.runtime.dependencies
Describes the type of the Oracle command passed to the OracleDependency.
OracleParameterDirection - Enum in com.alachisoft.ncache.runtime.dependencies
Describes whether the passed parameters are out parameters or not.
OutputCacheStream - Class in com.alachisoft.ncache.web.caching
OutputCacheStream is derived from System.IO.OutputStream.

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