CacheController.CacheResultset Method (CacheKey, String, TimeSpan, CachedResultset) |
Caches the resultset specified under the key specified in the cache related to the connection string 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
Exceptions
Remarks
If no cache is registered related to the connectionstring, this method is a no-op if ThrowExceptionWhenCacheNotAvailable is set to false
(default), no caching takes place.
Doesn't overwrite an existing resultset for key.
See Also