Click or drag to resize
ResultsetCache Constructor (Int32)
Initializes a new instance of the ResultsetCache class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ResultsetCache(
	int purgeInterval
)

Parameters

purgeInterval
Type: SystemInt32
The purge interval, in seconds. Every purgeInterval seconds, all expired elements will be purged from the cache. Minimum value: 5 seconds
See Also