Open an-d-uu opened 2 years ago
Added code to include custom headers that you define in the CacheOutput to be included in the caching of response data. If the custom header value changes then the cache is re-evaluated.
[CacheOutput(ClientTimeSpan = 50, ServerTimeSpan = 50, IncludeCustomHeaders = "X-Test-Key"]
Fixes #256
Added code to include custom headers that you define in the CacheOutput to be included in the caching of response data. If the custom header value changes then the cache is re-evaluated.
[CacheOutput(ClientTimeSpan = 50, ServerTimeSpan = 50, IncludeCustomHeaders = "X-Test-Key"]
Fixes #256