CachingServices.Invalidation.Invalidate<TReturn, TParam1> Method (Func<TParam1, TReturn>, TParam1) |
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<TReturn, TParam1>( Func<TParam1, TReturn> method, TParam1 arg1 )
Parameters
- method
- Type: System.Func<TParam1, TReturn>
A delegate of the method to invalidate. - arg1
- Type: TParam1
Value of the first parameter.
Type Parameters
- TReturn
- The return type of the method.
- TParam1
- Type of the first parameter.