dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.93k stars 321 forks source link

How we can get all cache keys for example in InMemory? #397

Closed meysamhadeli closed 1 year ago

meysamhadeli commented 2 years ago

Description

[Description of the bug or feature]

Steps to Reproduce

Related code

insert short code snippets here

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Specifications

catcherwong commented 2 years ago

@meysamhadeli Thanks for your interest in this project.

We don't support get all cache keys for Memory provider.

Why did you need this one?

meysamhadeli commented 2 years ago

@meysamhadeli Thanks for your interest in this project.

We don't support get all cache keys for Memory provider.

Why did you need this one?

Thanks for response. I will check all active key in my system.