ibireme/YYCache
High performance cache framework for iOS. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3966
- days_rel: n/a
- days_push: 1315
- n_releases_24m: 0
Adoption not part of the score
2393 stars · 549 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
YYCache is a high-performance caching framework for iOS written in Objective-C, providing both in-memory and disk caching with LRU eviction. It offers an NSCache-like thread-safe API with configurable limits, automatic eviction on memory warnings, and automatic sqlite/file storage selection for disk caching.
Use cases
- cache images or API responses in memory on iOS
- persist objects to disk cache with LRU eviction
- replace NSCache with better eviction control
- automatically clear cache on memory warning or app backgrounding
- store non-NSCoding objects with custom serialization
- benchmark memory and disk cache performance on iOS
When to avoid
- you need a maintained library with recent updates and modern Swift APIs
- you target platforms beyond Apple ecosystems
- you need cross-platform caching shared with Android or web
- you prefer Swift-native caching solutions like NSCache or custom actors
Facets
library · maturity maintenance
caching mobile-development performance memory-cache disk-cache lru nscache sqlite objective-c cocoapods carthage ios macos swift
1 source
- readme: https://github.com/ibireme/YYCache · fetched 2026-08-28 · 36f5b18aeea5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ibireme/YYCache | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem