| MemoryCacheServiceSize Property |
Gets the current size of the cache in objects
Namespace:
SanteDB.Caching.Memory
Assembly:
SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 2.2.1
Syntax public long Size { get; }
Public ReadOnly Property Size As Long
Get
public:
virtual property long long Size {
long long get () sealed;
}
abstract Size : int64 with get
override Size : int64 with get
Property Value
Type:
Int64Implements
IDataCachingServiceSizeThread Safety Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also