Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 320 Bytes

File metadata and controls

2 lines (2 loc) · 320 Bytes

Caching_proxy

Kotlin Caching Proxy Server – A lightweight HTTP proxy built with Ktor that caches API responses, supports TTL-based expiration, exposes metrics (hit/miss ratio), and includes a CLI for cache management. Features background cleanup with coroutines and concurrency-safe caching using ConcurrentHashMap.