ktor-simple-cache
0.55.4indexedAdds simple output caching for Ktor servers, offering pluggable providers (in-memory, Redis) and easy installable middleware for configurable per-route cached responses.
0
Stars
—
Used by
dependents
—
Health
/ 100
Adds simple output caching for Ktor servers, offering pluggable providers (in-memory, Redis) and easy installable middleware for configurable per-route cached responses.
This repository hosts a number of libraries for Ktor Server to simply add output cache.
To learn more please refer to the READMEs of individual library.
Use one of simple cache provider library to setup cache during server configuration:
install(SimpleCache) {
//cacheProvider {}
}
Surfaced from shared tags and platforms — no rankings paid for.