Click or drag to resize

RedisCacheService.Size Property

Gets the current size of the cache in objects

Namespace:  SanteDB.Caching.Redis
Assembly:  SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 2.2.1
Syntax
public long Size { get; }

Property Value

Type: Int64

Implements

IDataCachingService.Size
See Also