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.