Provides access to parameters caching.
Inheritance Hierarchy
Nemiro.Data.Caching CacheInfo
Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
The CacheInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CacheInfo |
Initializes a new instance of the CacheInfo class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SetDefault |
Resets to the default values.
| |
| SetFromConfig |
Resets to the default values and loads the new settings from the application configuration file.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccessTimeout |
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.
| |
| Binder |
Type serializer of custom objects.
| |
| BufferAccessTimeout |
Waiting time gain access to the buffer of file cache (File).
| |
| BufferSize | ||
| CacheName |
Cache entry name.
| |
| CachePath | ||
| CacheType |
Cache type. Default value is Auto.
| |
| Custom |
Type of custom cache.
| |
| CustomArgs |
Additional parameters for initialization a custom cache.
| |
| Duration |
Duration caching the query results (in seconds).
|
See Also