CachingServices.Invalidation.Recache<TReturn> Method (Func<TReturn>) |
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>( Func<TReturn> method )
Parameters
- method
- Type: System.Func<TReturn>
A delegate of the method to evaluate.
Type Parameters
- TReturn
- The return type of the method.
Return Value
Type: TReturnThe return value of method.