/LRUCache

Least Recently Used Cache implementation in Swift

Primary LanguageSwift

LRUCache

  • Least Recently Used Cache implementation in Swift

Development environment

  • macOS Catalina 10.15.4
  • Xcode Version 11.6 (11E708)

Project structure

  • LRUCache
    • LRUCache
      • Demo: code for demo app
      • Cache: code for LRUCache
    • LRUCacheTests: code for unit tests

How to use demo app

  • Open LRUCache.xcodeproj and press command + R

How to run unit tests

  • Open LRUCache.xcodeproj and press command + U

References