Click or drag to resize

RamCachingDockerFeatureSettings Property

Settings for the caching feature

Namespace: SanteDB.Caching.Memory.Docker
Assembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntax
public IEnumerable<string> Settings { get; }

Property Value

IEnumerableString

Implements

IDockerFeatureSettings
Remarks
SDB_RAMCACHE_TTLThe maximum time to live of all cache objects
SDB_RAMCACHE_MAXMBThe maximum average size (in megabytes/mebibytes) of all cache objects.
See Also