Click or drag to resize

JsonConfigurationCache Constructor

Creates JSON configuration cache instance.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public JsonConfigurationCache(
	IJsonConfigurationLoader loader
)

Parameters

loader  IJsonConfigurationLoader
JSON loader
See Also