I have a cached async method that fetches some data. It's backed by a TimedSizedCache.
When running the method to get a new value to be cached, I have found that I may want to alter the lifetime of the entry I'm creating to something other than what the default lifetime of the cached entries are in the cache.
Is there a way to do this, and if not... any thoughts on how you think it might be possible with some work?