Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamwulf/caches
- Owner: adamwulf
- License: mit
- Created: 2022-02-17T03:54:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T21:26:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T12:29:58.623Z (7 months ago)
- Language: Swift
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.