Spring Boot multi-level caching with Redis and Caffeine
-
Updated
Oct 28, 2024
Spring Boot multi-level caching with Redis and Caffeine
Create a configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. Config params should let one specify the cache strategies and max sizes of level 1 and 2.
A configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. One can specify cache strategies and max sizes of both levels 1 and 2. Three cache replacement policies have been set: Least Frequently Used, Least Recently Used, Most Recently Used.
Add a description, image, and links to the two-level-cache topic page so that developers can more easily learn about it.
To associate your repository with the two-level-cache topic, visit your repo's landing page and select "manage topics."