Click or drag to resize
CacheController Methods

The CacheController type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCacheResultset(CacheKey, String, TimeSpan, CachedResultset)
Caches the resultset specified under the key specified in the cache related to the connection string for the duration specified.
Public methodStatic memberCacheResultset(CacheKey, String, TimeSpan, CachedResultset, Boolean)
Caches the resultset specified under the key specified in the cache related to the connection string for the duration specified.
Public methodStatic memberCacheResultset(CacheKey, String, TimeSpan, CachedResultset, Boolean, String)
Caches the resultset specified under the key specified in the cache related to the connection string for the duration specified.
Public methodStatic memberGetCachedResultset(CacheKey)
Gets the cached resultset for the key - empty-string combination.
Public methodStatic memberGetCachedResultset(CacheKey, String)
Gets the cached resultset for the key - connectionstring combination. If no cache is registered for the connection string, the empty string is retried
Public methodStatic memberGetCachedResultsets(String)
Gets the cached resultsets for the tag - emptyh string combination.
Public methodStatic memberGetCachedResultsets(String, String)
Gets the cached resultsets for the tag - connectionstring combination. If no cache is registered for the connection string, the empty string is retried
Public methodStatic memberGetRegisteredCache
Gets the registered cache.
Public methodStatic memberPurgeResultsets(String)
Purges the resultsets cached with the tag specified from the cache registered under the empty string.
Public methodStatic memberPurgeResultsets(String, String)
Purges the resultsets cached with the tag specified from the cache registered under the connectionstring specified.
Public methodStatic memberRegisterCache
Registers the cache specified under the connection string specified.
Top
See Also