Skip to content

Add in-memory provider that uses IMemoryCache  #260

Description

@wazzamatazz

What problem does the feature solve?

Consider adding a caching provider that uses Microsoft.Extensions.Caching.Memory.IMemoryCache as its store. This could be used as an alternative to the built-in MemoryCacheLayer.

The default MemoryCache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache includes features such as automatic compaction if the cache exceeds a given size limit. It would be useful to be able to piggyback onto these capabilities while still using CacheTower's flexible layering.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions