Skip to content
Matias Salinas edited this page Jun 25, 2025 · 2 revisions

🧠 Welcome to the CacheBolt Wiki

CacheBolt is a blazing-fast reverse proxy with smart caching and multi-backend object storage support (S3, GCS, Azure, Local). This wiki provides detailed documentation for users, operators, and developers.


πŸ“š Table of Contents

πŸš€ Introduction

βš™οΈ Usage Guides

πŸ“¦ Cache Storage

πŸ“ˆ Observability

πŸ’‘ Architecture & Request Flow

πŸ”§ Advanced

πŸ› οΈ Development

πŸ“œ Legal


What is CacheBolt?

CacheBolt is a high-performance reverse proxy that serves responses with minimal latency β€” even when upstream services are slow or unavailable. It combines fast in-memory caching, persistent backend storage, and latency-based failover logic.


Common Use Cases

  • Accelerating public or internal REST APIs
  • Serving static files backed by S3/GCS/Azure
  • Shielding unstable services with smart failover
  • Increasing availability during backend deployments
  • Viewing and managing cached responses via Web UI

➑️ Ready to get started? Head over to the Installation Guide

Clone this wiki locally