ICachingContext.AddDependency Method |
Name | Description | |
---|---|---|
AddDependency(Object) |
Adds a dependency Object the current context. Calling this method is equivalent to wrapping the Object
into an ObjectDependency and calling the AddDependency(ICacheDependency) overload.
| |
AddDependency(String) |
Adds a dependency represented as a key to the current context.
| |
AddDependency(ICacheDependency) |
Adds a dependency represented as an ICacheDependency to the current context.
|