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