CacheInfo ClassNemiro.Data.dll
Provides access to parameters caching.
Inheritance Hierarchy

System Object
  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

public class CacheInfo

The CacheInfo type exposes the following members.

Constructors

  NameDescription
Public methodCacheInfo
Initializes a new instance of the CacheInfo class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDefault
Resets to the default values​​.
Public methodSetFromConfig
Resets to the default values and loads the new settings from the application configuration file.
Public methodToString (Inherited from Object.)
Top
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