CacheCleanupResult ClassNemiro.Data.dll
Result cache cleanup.
Inheritance Hierarchy

System Object
  Nemiro.Data.Caching CacheCleanupResult

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public class CacheCleanupResult

The CacheCleanupResult type exposes the following members.

Constructors

  NameDescription
Public methodCacheCleanupResult
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 methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyErrors
Number of errors.
Public propertyRemoved
Number of deleted records.
Public propertyRemovedSize
The volume of deleted records (in bytes).
Public propertyTimeElapsed
Elapsed time.
Top
See Also