FusionCache
FusionCache copied to clipboard
Missing Entries in L2 Cache with FusionCacheNewtonsoftJsonSerializer
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 :
And this is the Result on GetOrDefaultAsync From Redis:
And from Memory :
This is the Implementation of the SetAsyncMethod I use :
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?