Click or drag to resize
CacheItemT Constructor

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 CacheItem(
	T toCache,
	TimeSpan duration,
	string tag
)

Parameters

toCache
Type: T
To cache.
duration
Type: SystemTimeSpan
The duration.
tag
Type: SystemString
The tag.
Exceptions
ExceptionCondition
ArgumentNullExceptiontoCache
See Also