ResultsetCache Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The ResultsetCache type exposes the following members.
| Name | Description | |
|---|---|---|
| ResultsetCache | 
            Initializes a new instance of the ResultsetCache class.
              | |
| ResultsetCache(Int32) | 
            Initializes a new instance of the ResultsetCache class.
              | 
| 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
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| Get(String) | 
            Gets the cached resultsets with the tag specified.
              | |
| Get(CacheKey) | 
            Gets the cached resultset under the key specified.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| 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.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |