CachingServices.Invalidation.InvalidateAsync Method (MethodInfo, Object, 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 Task InvalidateAsync( MethodInfo method, Object instance, params Object[] args )
Parameters
- method
- Type: System.Reflection.MethodInfo
The MethodInfo of the method call. - instance
- Type: System.Object
The value of the this instance, or null for static methods. - args
- Type: System.Object[]
The method arguments.