ComponentOne DataObjects for .NET
CacheProperties Class Properties

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : CacheProperties Class

For a list of all members of this type, see CacheProperties members.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the data in cache should be compressed.  
Public PropertyGets or sets a value indicating under what conditions caching is enabled.  
Public PropertyGets or sets the storage medium used to cache data.  
Public PropertyGets or sets the path for storing cache data files, if CacheStorage = File.  
Public PropertyGets or sets a value indicating whether the cached changes should be compressed.  
Public PropertyGets or sets the storage medium used to cache changes made by the user.  
Public PropertyGets or sets the path for storing cached changes, if ChangesCacheMode = File.  
Public PropertyGets or sets the maximum number of data sets that can be stored in the cache for this DataSetDef.  
Public PropertyGets 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 PropertyGets 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.  
Top
See Also

Reference

CacheProperties Class
C1.Data.SchemaObjects Namespace