enormego/EGOCache
Fast Caching for Objective-C (iPhone & Mac Compatible) 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6162
- days_rel: n/a
- days_push: 2626
- n_releases_24m: 0
Adoption not part of the score
1321 stars · 287 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EGOCache is a simple, thread-safe key-value cache store for Apple platforms including macOS, iOS, tvOS, and watchOS. It natively supports NSString, UIImage, NSImage, and NSData, can store any NSCoding-compliant object, and expires cached items after a configurable timeout (one day by default).
Use cases
- cache images in an iOS app
- add a thread-safe in-memory key-value cache to a Mac app
- store NSCoding objects with automatic expiration
- cache API responses on iPhone or Apple Watch
- simple caching for tvOS or watchOS apps
When to choose
- you need a lightweight, dependency-free cache for Apple platforms
- you want automatic item expiration with a simple key-value API
- you need to cache images, strings, or data in Objective-C or Swift projects
When to avoid
- you need a distributed or persistent database-backed cache
- you want an actively developed library with frequent updates
- you're not targeting Apple platforms
Facets
library · maturity maintenance
caching developer-tools mobile-development cross-platform cpp objective-c key-value-store thread-safe expiration watchos tvos nscoding ios macos swift
1 source
- readme: https://github.com/enormego/EGOCache · fetched 2026-08-28 · ed83168ebec5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| enormego/EGOCache | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="enormego/EGOCache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem