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)