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.95k stars 322 forks source link

Add GetAllKeysByPrefix to IHybridCachingProvider #442

Open umar-ulabs opened 1 year ago

umar-ulabs commented 1 year ago

Since GetAllKeysByPrefix has been added to InMemory and Redis , is it possible to it to IHybridCachingProvider?

catcherwong commented 1 year ago

@umar-ulabs Thanks for your interest in this project.

We have no plans in this regard in recent months.

BTW, add this method to IHybridCachingProvider should have a discussion