hyperoslo/Cache
:package: Nothing but Cache. observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 39
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3990
- days_rel: n/a
- days_push: 368
- n_releases_24m: 0
Adoption not part of the score
3142 stars · 355 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Swift caching library for iOS, tvOS, and macOS that provides memory, disk, and hybrid storage built on Codable serialization. It offers sync and async APIs, expiry handling, and thread-safe composable storage.
Use cases
- cache objects to disk and memory in an iOS app
- store Codable structs with expiry dates in Swift
- add a hybrid memory and disk cache to an app
- cache API JSON responses on iOS
- clean up expired cached objects automatically
- thread-safe caching from multiple queues in Swift
When to choose
- you need a focused, well-tested caching layer for Apple platforms
- you want Codable-based persistence with configurable expiry
- you need both memory and disk storage behind one API
When to avoid
- you need caching for non-Apple platforms or web backends
- you want an image-loading library with built-in networking
- you need distributed or shared cache across devices
Facets
library · maturity stable
caching serialization mobile-development developer-tools disk-cache memory-cache codable swift-package thread-safe ios macos swift
1 source
- readme: https://github.com/hyperoslo/Cache · fetched 2026-08-28 · 432d5a3ddb4c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hyperoslo/Cache | main | 40 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem