Click or drag to resize

CacheManagerParams Constructor

Stnadard constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public CacheManagerParams(
	int cacheLife,
	string cacheID,
	CacheDataAttrs cacheDataAttrs
)

Parameters

cacheLife
Type: SystemInt32
The cache life, in minutes.
cacheID
Type: SystemString
The unique ID of the item in cache.
cacheDataAttrs
Type: NetQuarry.DataCacheDataAttrs
Attributes to modify behavior of caching.
See Also