| MemoryCacheConfigurationSectionMaxQueryAge Property |
Gets or sets the maximum age of stateful queries.
Namespace:
SanteDB.Caching.Memory.Configuration
Assembly:
SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 2.2.1
Syntax public long MaxQueryAge { get; set; }
Public Property MaxQueryAge As Long
Get
Set
public:
property long long MaxQueryAge {
long long get ();
void set (long long value);
}
member MaxQueryAge : int64 with get, set
Property Value
Type:
Int64See Also