Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamwulf/caches

Swift datastructures for caching, a wrapper around NSCache and dictionary with weak values
https://github.com/adamwulf/caches

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.