Click or drag to resize

RedisConfigurationSectionTTLXml Property

XML serialized value of the time-to-live parameter.

Namespace:  SanteDB.Caching.Redis.Configuration
Assembly:  SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 2.2.1
Syntax
public string TTLXml { get; set; }

Property Value

Type: String
Remarks
This is added because the attribute for TimeSpan is not supported by the .NET Serializer
See Also