CachingServices.Invalidation.Invalidate Method (Object) |
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.14.0 (6.10.14.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.