I have a cache based on
Dictionary
The key is rendered from MethodBase.GetCurrentMethod. Everything worked fine unti
This is not possible; a generic method has a single MethodBase; it doesn't have one MethodBase per set of generic arguments.