In-memory LRU Cache implementation using multiple Design Patterns
-
Updated
Sep 23, 2023 - Java
In-memory LRU Cache implementation using multiple Design Patterns
A comprehensive collection of cache eviction policies implemented in python, providing practical examples for Least Recently Used (LRU), Least Frequently Used (LFU), and other strategies to optimize data caching in your applications.
Projekt (Simulace o počítačových službách) z předmětu Modelování a simulace (IMS), pátý semestr bakalářského studia BIT na FIT VUT/BUT, ak.rok 2024/2025
Implementation of cache eviction policies including Least Recently Used (LRU), Least Frequently Used (LFU), and First-In-First-Out (FIFO) algorithms. This project demonstrates efficient cache management techniques to optimize data retrieval and memory usage.
Design Application Cache/LRU Cache
🚧 Work in Progress 🚧 A middleware library for caching data with various eviction policies, cache invalidation, and cache coherency strategies.
Add a description, image, and links to the cache-eviction-policy topic page so that developers can more easily learn about it.
To associate your repository with the cache-eviction-policy topic, visit your repo's landing page and select "manage topics."