CachingServices.Invalidation.Invalidate Method (Object) |
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static void Invalidate( Object dependency )
Parameters
- dependency
- Type: System.Object
Typically, an Object. If a String, Delegate or ICacheDependency is passed, the proper overload of the method is invoked. Otherwise, dependency is wrapped into an ObjectDependency object.