FusionCache icon indicating copy to clipboard operation
FusionCache copied to clipboard

Missing Entries in L2 Cache with FusionCacheNewtonsoftJsonSerializer

Open tolisatolis opened this issue 8 months ago • 1 comments

Description: I'm encountering an issue where data retrieved from the first level (distributed cache) is correct, but when retrieved from L2, some entries are missing for the same key.

This is how I register Fusion Cache :

Image

And this is the Result on GetOrDefaultAsync From Redis: Image

And from Memory : Image

This is the Implementation of the SetAsyncMethod I use :

Image

Are there any potential fixes or any associated bugs? p.s Is there a way to access the memory cache and see the exact records and data stored?

tolisatolis avatar Feb 18 '25 18:02 tolisatolis