Click or drag to resize

ResultsetCache.Add Method (CacheKey, CachedResultset, TimeSpan, Boolean)

Adds the specified toCache to this cache under the key specified for the duration specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public void Add(
	CacheKey key,
	CachedResultset toCache,
	TimeSpan duration,
	bool overwriteIfPresent
)

Parameters

key
Type: SD.LLBLGen.Pro.ORMSupportClasses.CacheKey
The key.
toCache
Type: SD.LLBLGen.Pro.ORMSupportClasses.CachedResultset
The resultset to cache
duration
Type: System.TimeSpan
The duration how long the resultset will stay in the cache.
overwriteIfPresent
Type: System.Boolean
if set to true it will replace an existing cached set with the one specified.

Implements

IResultsetCache.Add(CacheKey, CachedResultset, TimeSpan, Boolean)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey
See Also