alastairtree / LazyCache

An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.71k stars 159 forks source link

Is it possible to have some kind of management console to show the list of keys and their expiry? #183

Open arisliang opened 1 year ago

arisliang commented 1 year ago

[Use the Thumbs Up reaction to vote for this feature, and please avoid adding comments like "+1" as they create noise for others watching the issue.]

Is your feature request related to a problem? Please describe. At least for development, some information about the cache data to validate that it's working as expected.

Describe the solution you'd like Perhaps a web-based console to display the list of keys and their expirations. Nice to be able to query the values as well.

Describe alternatives you've considered NA.

Additional context NA.