SqlCacheHelper Members
The SqlCacheHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Add<(Of <<'(T>)>>)(String, T, SqlCacheDependency, Double) |
Insert value into the cache using
appropriate name/value pairs
|
![]() ![]() |
Add<(Of <<'(T>)>>)(String, T, AggregateCacheDependency, Double) |
Adds the specified key.
|
![]() ![]() |
Clear |
Remove item from cache
|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() |
Exists |
Check for item in cache
|
![]() |
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<(Of <<'(T>)>>) |
Retrieve cached item
|
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() ![]() |
GetOrAdd<(Of <<'(T>)>>)(String, Func<(Of <<'(T>)>>), SqlCacheDependency, Double) |
Gets the or add.
|
![]() ![]() |
GetOrAdd<(Of <<'(T>)>>)(String, Func<(Of <<'(T>)>>), AggregateCacheDependency, Double) |
Gets the or add.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |