 | MemoryCacheConfigurationSectionMaxCacheAge Property |
Gets or sets the maximum age of items in the cache
Namespace: SanteDB.Caching.Memory.ConfigurationAssembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntaxpublic long MaxCacheAge { get; set; }Public Property MaxCacheAge As Long
Get
Set
public:
property long long MaxCacheAge {
long long get ();
void set (long long value);
}member MaxCacheAge : int64 with get, set
Property Value
Int64
See Also