Initializes a new instance of the
CacheItemT class.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public CacheItem(
T toCache,
TimeSpan duration,
string tag
)
Public Sub New (
toCache As T,
duration As TimeSpan,
tag As String
)
Parameters
- toCache
- Type: T
To cache. - duration
- Type: SystemTimeSpan
The duration. - tag
- Type: SystemString
The tag.
Exceptions See Also