Result cache cleanup.
Inheritance Hierarchy
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
The CacheCleanupResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CacheCleanupResult |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Errors |
Number of errors.
| |
Removed |
Number of deleted records.
| |
RemovedSize |
The volume of deleted records (in bytes).
| |
TimeElapsed |
Elapsed time.
|
See Also