Closed
Description
Hello.
I found method to clear all cache: productCache.CacheProvider.Dispose(); (#6 where is ObjectCache object?)
but... what about loop existing keys ? I found this: https://stackoverflow.com/questions/8023543/can-i-iterate-over-the-net4-memorycache.
If i can get instanceIMemoryCache with this is possible:
#56
https://stackoverflow.com/questions/45597057/how-to-retrieve-a-list-of-memory-cache-keys-in-asp-net-core
Implmentation for lazy?
Thx