Expiration never triggered using simple CacheManager.Microsoft.Extensions.Caching.Memory #243
Labels
Comments
|
Funny right? To see that in action, change your code and add something like the following instead of your
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since my test is a very few steps beyond the "Hello World" of your amazing CacheManager I'm pretty sure I'm failing somewhere but I'm totally blind and I can't get out of it by myself.
As the Issue title says, using the Extension.Caching I'm not able to catch any eviction event, here there is my test code, if you switch the two handles (commented / uncommented) everything works as expected.
Please, point me in the right direction sir,
I noticed your library still references an old version of
Microsoft.Extensions.Caching.Memory1.0.2 while that library now reached the 2.1.1 version, I tried to directly reference some of the more recent versions but the outcomes are always the same, the event is never triggered.The text was updated successfully, but these errors were encountered: