Haneke
A lightweight generic cache for iOS written in Swift with extra love for images. 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: 4467
- days_rel: n/a
- days_push: 2118
- n_releases_24m: 0
Adoption not part of the score
5155 stars · 580 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Haneke is a lightweight generic cache library for iOS and tvOS written in Swift, with memory and LRU disk caching for UIImage, NSData, JSON, String, and custom types. It includes zero-config UIImageView/UIButton extensions with background image resizing and decompression optimized for table and collection view cell reuse.
Use cases
- cache images from urls in an ios app
- add a memory and disk cache for api responses
- load and resize images asynchronously in a uitableview
- cache arbitrary data like strings or nsdata on disk
- automatically evict cached data on memory warnings
- display appropriately sized images in a collection view without jank
When to choose
- you need a simple, generic cache layer for an iOS or tvOS app
- you want zero-config image loading with automatic resizing for UIKit scroll views
- you prefer a lightweight library over a full image-loading framework
When to avoid
- you need an actively maintained library with recent Swift concurrency support
- you are building for Android or non-Apple platforms
- you need advanced features like animated GIF decoding or SwiftUI-native views
Facets
library · maturity maintenance
caching image-processing http-client mobile-development image-processing image-cache lru-cache disk-cache memory-cache uikit tvos ios swift mobile
1 source
- readme: https://github.com/Haneke/HanekeSwift · fetched 2026-08-28 · 9eb32c300e8d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Haneke/HanekeSwift | main | 23 |
| Haneke/Haneke | mirror | 23 |
For agents
markdown · JSON · MCP: product_card(name="Haneke/HanekeSwift")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem