Skip to content

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.

Notifications You must be signed in to change notification settings

vedubhat/Caching_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published