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: 2.2.1
Syntax
public IEnumerable<string> Settings { get; }

Property Value

Type: IEnumerableString

Implements

IDockerFeatureSettings
Remarks
SDB_RAMCACHE_TTLThe maximum time to live of all cache objects
See Also