| ApplicationConfigurationSectionCache Property |
Gets or sets the cache configuration
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public CacheConfiguration Cache { get; set; }
Public Property Cache As CacheConfiguration
Get
Set
public:
property CacheConfiguration^ Cache {
CacheConfiguration^ get ();
void set (CacheConfiguration^ value);
}
member Cache : CacheConfiguration with get, set
Property Value
Type:
CacheConfigurationSee Also