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
)
Public Sub New (
enabled As Boolean,
timeout As Integer
)
Parameters
- enabled
- Type: SystemBoolean
Specifies whether or not the settings are enabled. - timeout
- Type: SystemInt32
The timeout for the cache in minutes.
See Also