All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Cachey: High-Performance Read-Through Cache for Object Storage

By

pranay01

8mo ago· 3 min readenCode

Summary

Cachey is a high-performance read-through cache system designed for object storage, specifically for S3-compatible storage systems. It handles HTTP range requests with 16 MiB page-aligned ranges and provides standard HTTP response semantics including 206 Partial Content and 404 Not Found. The system supports configurable headers for bucket specification and S3 request configuration overrides on cache misses.

Key quotes

· 4 pulled
High-performance read-through cache for object storage
The service maps requests to 16 MiB page-aligned ranges and the response has standard HTTP semantics
C0-Config overrides: Space-separated key-value pairs to override S3 request configuration per page miss
Range: yes - Byte range in format bytes={first}-{last}
Snippet from the RSS feed
Read-through cache for object storage. Contribute to s2-streamstore/cachey development by creating an account on GitHub.

You might also wanna read