| 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; }
Public ReadOnly Property TTL As TimeSpan?
Get
public:
property Nullable<TimeSpan> TTL {
Nullable<TimeSpan> get ();
}
member TTL : Nullable<TimeSpan> with get
Property Value
Type:
NullableTimeSpanSee Also