CacheKeyBuilder.GetCachedMethodInfo Method |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.5.19.0 (6.5.19.0)
protected CachedMethodInfo GetCachedMethodInfo( MethodInfo method )
Parameters
- method
- Type: System.Reflection.MethodInfo
A MethodInfo.
Return Value
Type: CachedMethodInfoThe CachedMethodInfo for method, or null if no CachedMethodInfo was registered for method.