CachingServices.Invalidation.Recache<TReturn, TParam1, TParam2> Method (Func<TParam1, TParam2, TReturn>, TParam1, TParam2) |
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static TReturn Recache<TReturn, TParam1, TParam2>( Func<TParam1, TParam2, TReturn> method, TParam1 arg1, TParam2 arg2 )
Parameters
- method
- Type: System.Func<TParam1, TParam2, TReturn>
A delegate of the method to evaluate. - arg1
- Type: TParam1
Value of the first parameter. - arg2
- Type: TParam2
Value of the second parameter.
Type Parameters
- TReturn
- The return type of the method.
- TParam1
- Type of the first parameter.
- TParam2
- Type of the second parameter.
Return Value
Type: TReturnThe return value of method.