/Caches

Swift datastructures for caching, a wrapper around NSCache and dictionary with weak values

Primary LanguageSwiftMIT LicenseMIT

Caches

This package includes a Swift wrapper Cache for the Objective-C class NSCache.

It also provides a dictionary WeakDictionary that holds its value as weak references.