The CacheProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CacheCompressed |
Gets or sets a value indicating whether the data in cache should be compressed.
| |
| CacheMode |
Gets or sets a value indicating under what conditions caching is enabled.
| |
| CacheStorage |
Gets or sets the storage medium used to cache data.
| |
| CacheStoragePath |
Gets or sets the path for storing cache data files, if CacheStorage = File.
| |
| ChangesCacheCompressed |
Gets or sets a value indicating whether the cached changes should be compressed.
| |
| ChangesCacheStorage |
Gets or sets the storage medium used to cache changes made by the user.
| |
| ChangesCacheStoragePath |
Gets or sets the path for storing cached changes, if ChangesCacheMode = File.
| |
| MaxCount |
Gets or sets the maximum number of data sets that can be stored in the cache for this DataSetDef.
| |
| PoolSize |
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.
| |
| PoolTimeout |
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.
|