Serialized Form


Package com.alachisoft.ncache.runtime.dependencies

Class com.alachisoft.ncache.runtime.dependencies.AggregateCacheDependency extends CacheDependency implements Serializable

Class com.alachisoft.ncache.runtime.dependencies.CacheDependency extends java.lang.Object implements Serializable

Serialized Fields

_startAfter

java.util.Date _startAfter

_dependencies

java.util.List<E> _dependencies

Class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency extends CacheDependency implements Serializable

Serialized Fields

_connectionString

java.lang.String _connectionString

_primaryKey

java.lang.String _primaryKey

_type

DBDependencyType _type

Class com.alachisoft.ncache.runtime.dependencies.ExtensibleDependency extends CacheDependency implements Serializable

Class com.alachisoft.ncache.runtime.dependencies.FileDependency extends CacheDependency implements Serializable

Serialized Fields

_fileNames

java.lang.String[] _fileNames

_startAfterTicks

long _startAfterTicks

Class com.alachisoft.ncache.runtime.dependencies.KeyDependency extends CacheDependency implements Serializable

Serialized Fields

_cacheKeys

java.lang.String[] _cacheKeys

_startAfterTicks

long _startAfterTicks

Class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency extends CacheDependency implements Serializable

Serialized Fields

_connectionString

java.lang.String _connectionString

_cmdText

java.lang.String _cmdText

_cmdType

CommandType _cmdType

_cmdParams

java.util.HashMap<K,V> _cmdParams

Class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency extends CacheDependency implements Serializable

Serialized Fields

_connectionString

java.lang.String _connectionString

_cmdText

java.lang.String _cmdText

_cmdType

CommandType _cmdType

_cmdParams

java.util.HashMap<K,V> _cmdParams

Package com.alachisoft.ncache.runtime.exceptions

Class com.alachisoft.ncache.runtime.exceptions.AggregateException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.ArgumentException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.ArgumentNullException extends ArgumentException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.CacheException extends java.lang.Exception implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.CommandException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.CompactSerializationException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.ConfigurationException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.ConnectionException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.GeneralFailureException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.NotSupportedException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.OperationFailedException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.SecurityException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.StreamAlreadyLockedException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.StreamCloseException extends StreamException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.StreamException extends CacheException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.StreamInvalidLockException extends StreamException implements Serializable

Class com.alachisoft.ncache.runtime.exceptions.StreamNotFoundException extends CacheException implements Serializable


Package com.alachisoft.ncache.web.caching

Class com.alachisoft.ncache.web.caching.ClientCacheEventNotification extends java.lang.Object implements Serializable