CacheInfo PropertiesNemiro.Data.dll

The CacheInfo type exposes the following members.

Properties

  NameDescription
Public propertyAccessTimeout
Waiting time gain access to the entry of file cache (File). After this time, if the file entry are not available, an exception is thrown.
Public propertyBinder
Type serializer of custom objects.
Public propertyBufferAccessTimeout
Waiting time gain access to the buffer of file cache (File).
Public propertyBufferSize
File cache (File) memory buffer size (Kb). Default value is 2048 Kb (2 Kb).
Public propertyCacheName
Cache entry name.
Public propertyCachePath
The path of storage a cache files. Using only with CacheType = File.
Public propertyCacheType
Cache type. Default value is Auto.
Public propertyCustom
Type of custom cache.
Public propertyCustomArgs
Additional parameters for initialization a custom cache.
Public propertyDuration
Duration caching the query results (in seconds).
Top
See Also