Click or drag to resize
IResultsetCache Interface
Interface for a cache which caches resultsets

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 interface IResultsetCache

The IResultsetCache type exposes the following members.

Methods
  NameDescription
Public methodAdd(CacheKey, CachedResultset, TimeSpan)
Adds the specified toCache to this cache under the key specified for the duration specified
Public methodAdd(CacheKey, CachedResultset, TimeSpan, Boolean)
Adds the specified toCache to this cache under the key specified for the duration specified
Public methodAdd(CacheKey, CachedResultset, TimeSpan, Boolean, String)
Adds the specified toCache to this cache under the key specified for the duration specified and assigns the tag specified to it.
Public methodGet(String)
Gets the cached resultsets with the tag specified.
Public methodGet(CacheKey)
Gets the cached resultset under the key specified.
Public methodPurgeResultset
Purges the resultset cached under the key specified from the cache, if present.
Public methodPurgeResultsets
Purges the resultsets cached with the tag specified from the cache, if present.
Top
See Also