Click or drag to resize

ContextFactoryCacheSettings Constructor

Constructs the object and creates the CacheItemPolicy

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ContextFactoryCacheSettings(
	bool enabled,
	int timeout
)

Parameters

enabled
Type: SystemBoolean
Specifies whether or not the settings are enabled.
timeout
Type: SystemInt32
The timeout for the cache in minutes.
See Also