The CacheProperties type exposes the following members.

Properties

  NameDescription
Public propertyCacheCompressed
Gets or sets a value indicating whether the data in cache should be compressed.
Public propertyCacheMode
Gets or sets a value indicating under what conditions caching is enabled.
Public propertyCacheStorage
Gets or sets the storage medium used to cache data.
Public propertyCacheStoragePath
Gets or sets the path for storing cache data files, if CacheStorage = File.
Public propertyChangesCacheCompressed
Gets or sets a value indicating whether the cached changes should be compressed.
Public propertyChangesCacheStorage
Gets or sets the storage medium used to cache changes made by the user.
Public propertyChangesCacheStoragePath
Gets or sets the path for storing cached changes, if ChangesCacheMode = File.
Public propertyMaxCount
Gets or sets the maximum number of data sets that can be stored in the cache for this DataSetDef.
Public propertyPoolSize
Gets or sets the maximum number of data set objects that can be used simultaneously for fetching data by different threads on a server. PoolSize = 0 means object pool is disabled.
Public propertyPoolTimeout
Gets or sets the number of seconds to wait while all existing data set objects are busy serving other threads on the server and a new object cannot be created because there the PoolSize limit is already reached. PoolTimeout = 0 means wait indefinitely.

See Also