- Least Recently Used Cache implementation in Swift
- macOS Catalina 10.15.4
- Xcode Version 11.6 (11E708)
- LRUCache
- LRUCache
- Demo: code for demo app
- Cache: code for LRUCache
- LRUCacheTests: code for unit tests
- LRUCache
- Open
LRUCache.xcodeproj
and presscommand + R
- Open
LRUCache.xcodeproj
and presscommand + U
- LRU Cache
- Thread safety
- Data Structures & Algorithms