4 "summary": "An expiring, thread-safe caching library based on NSCache",
5 "description": " WellCached provides a simple NSDictionary-like interface for caching, allowing\n you to automatically expire cached items after a specific period. You can set the expiring\n duration on a case-by-case basis. You can also set a race-condition-ttl to prevent cache misses\n across threads on the same key to all attempt to generate new data.\n",
6 "homepage": "https://github.com/ericallam/WellCached",
9 "Eric Allam": "eallam@icloud.com"
12 "git": "https://github.com/ericallam/WellCached.git",
16 "source_files": "WellCached",
17 "public_header_files": "WellCached/**/*.h"