https://github.com/amarlearning/cache-low-level-design
Low-level design of Cache Implementation.
https://github.com/amarlearning/cache-low-level-design
class-diagram design-patterns dry java kiss lld low-level-design solid-principles yagni
Last synced: 6 months ago
JSON representation
Low-level design of Cache Implementation.
- Host: GitHub
- URL: https://github.com/amarlearning/cache-low-level-design
- Owner: amarlearning
- License: mit
- Created: 2020-10-07T19:36:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T18:20:11.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T12:06:24.669Z (7 months ago)
- Topics: class-diagram, design-patterns, dry, java, kiss, lld, low-level-design, solid-principles, yagni
- Language: Java
- Homepage:
- Size: 735 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cache - Low Level System Design
###### Class Diagram for low level system design of a cache

### Problem Statement
[Link](https://github.com/anomaly2104/cache-low-level-system-design/blob/master/problem-statement.md)