Click or drag to resize
ResultsetCacheAdd Method (CacheKey, CachedResultset, TimeSpan, Boolean, String)
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.3.0.0 (5.3.0)
Syntax
public void Add(
	CacheKey key,
	CachedResultset toCache,
	TimeSpan duration,
	bool overwriteIfPresent,
	string tag
)

Parameters

key
Type: SD.LLBLGen.Pro.ORMSupportClassesCacheKey
The key.
toCache
Type: SD.LLBLGen.Pro.ORMSupportClassesCachedResultset
The resultset to cache
duration
Type: SystemTimeSpan
The duration how long the resultset will stay in the cache.
overwriteIfPresent
Type: SystemBoolean
if set to true it will replace an existing cached set with the one specified.
tag
Type: SystemString
The tag under which the resultset has to be cached.

Implements

IResultsetCacheAdd(CacheKey, CachedResultset, TimeSpan, Boolean, String)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey
See Also