Day 1 β In-Memory Cache with TTL
Iβve started a daily challenge to improve my skills as a developer.
Today marks Day 1 of the challenge, where I worked on implementing an In-Memory Cache with TTL.
You can check out my solution here:
π GitHub Repository
π§ What I Learned
- Singleton classes
- Thread-safe execution
- LRU cache design
- Using
OrderedDictin Python
A solid start to this learning journey β excited for whatβs next! πͺ
Top comments (0)