Hi service stack team and users. we use the [CacheResponse(Duration = 72000, MaxAge = 30)] tag to cache response. I want to have a background job that runs in intervals much smaller than 72000 seconds so that user will always hit the cache because our endpoint is slow if it hits a cache miss. Is there a way to accomplish this? Thanks
Update:
We have been considering custom caching but wondering if we can accomplish the same thing using bulit-in CacheResponse feature