SqlCacheHelper Members

The SqlCacheHelper type exposes the following members.

Methods


  Name Description
Public method Static member Add<(Of <<'(T>)>>)(String, T, SqlCacheDependency, Double)
Insert value into the cache using appropriate name/value pairs
Public method Static member Add<(Of <<'(T>)>>)(String, T, AggregateCacheDependency, Double)
Adds the specified key.
Public method Static member Clear
Remove item from cache
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Static member Exists
Check for item in cache
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member Get<(Of <<'(T>)>>)
Retrieve cached item
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method Static member GetOrAdd<(Of <<'(T>)>>)(String, Func<(Of <<'(T>)>>), SqlCacheDependency, Double)
Gets the or add.
Public method Static member GetOrAdd<(Of <<'(T>)>>)(String, Func<(Of <<'(T>)>>), AggregateCacheDependency, Double)
Gets the or add.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)