protected virtual bool IsMethodCached(MethodInfo targetMethod, object[] args)
 {
     return(MetadataProvider.IsCached(targetMethod));
 }