InvalidateObject(ICachingService, object)
Invalidates a cache dependency given an object, i.e. removes all cached items that are dependent on that object.
The cache key is generated from the object using the same mechanism as with parameters, i.e. using IFormattable<T>,
Formatter<T>, ToString() or ISpanFormattable
.
Declaration
public static void InvalidateObject(this ICachingService cachingService, object dependency)
Parameters
Type | Name | Description |
---|---|---|
ICachingService | cachingService | The ICachingService. |
object | dependency |