IResultsetCache Interface | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IResultsetCache type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(CacheKey, CachedResultset, TimeSpan) | 
            Adds the specified toCache to this cache under the key specified for the duration specified
              | |
| Add(CacheKey, CachedResultset, TimeSpan, Boolean) | 
            Adds the specified toCache to this cache under the key specified for the duration specified
              | |
| Add(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.
              | |
| Get(String) | 
            Gets the cached resultsets with the tag specified.
              | |
| Get(CacheKey) | 
            Gets the cached resultset under the key specified. 
              | |
| PurgeResultset | 
            Purges the resultset cached under the key specified from the cache, if present. 
              | |
| PurgeResultsets | 
            Purges the resultsets cached with the tag specified from the cache, if present.
              |