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
)
Public Sub New (
cacheLife As Integer,
cacheID As String,
cacheDataAttrs As 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