4 "summary": "A thread-safe and type-safe key-value data cache written in Swift.",
5 "description": "Cachyr is a small key-value cache written in Swift. It has some nice properties:\n\n- Written in Swift 3.\n- Thread-safe.\n- Type-safe while still allowing any kind of data to be stored.\n- Disk and memory cache.\n- Data source delegate for easy population of cache when a key is not found.\n- Clean, single-purpose implementation. Does caching and nothing else.",
6 "homepage": "https://github.com/YR/Cachyr",
12 "Yr": "yr.mobil.feedback@gmail.com"
14 "social_media_url": "",
22 "git": "https://github.com/YR/Cachyr.git",
25 "source_files": "Sources/**/*",
26 "frameworks": "Foundation",
27 "pushed_with_swift_version": "3.0"