MethodCache.Fody icon indicating copy to clipboard operation
MethodCache.Fody copied to clipboard

Support configuration options for cache entries (DistributedCache)

Open pergerch opened this issue 5 years ago • 0 comments

Implement the options similar to #6 for DistributedCache.

DistributedCacheEntryOptions does not support a Priority, so we could display a warning and skip the priority property.

Remaining 2 properties to consider:

  • int AbsoluteExpirationRelativeToNow (in seconds)
  • int SlidingExpiration (in seconds)

pergerch avatar Nov 06 '20 13:11 pergerch