Does placing this attribute on a service method cache any call to to that method or will it cache only for matching properties of the DTO?
Disregard, I see it in source, query parms will cache in a different spot…
var keyBase = "res:" + req.RawUrl;
var keySuffix = MimeTypes.GetExtension(req.ResponseContentType);
1 Like