aspnet/Caching

Add MemoryDistributedCacheOptions to enables configuration of the MemoryCache used

javiercn opened this issue · 2 comments

POR:

  • The MemoryDistributedCacheOptions should mirror the options available on MemoryCacheOptions
  • A default size of 200 MB will be set
  • The MemoryDistributedCache will by default create a new MemoryCache using the configured MemoryDistributedCacheOptions.