Click or drag to resize

RedisConfigurationSectionTTL Property

Gets or sets the time to live for objects in the server

Namespace:  SanteDB.Caching.Redis.Configuration
Assembly:  SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 2.2.1
Syntax
public TimeSpan? TTL { get; }

Property Value

Type: NullableTimeSpan
See Also