This repository hosts a number of libraries for Ktor Server to simply add output cache.
To learn more please refer to the README
s of individual library.
README |
---|
ktor-simple-cache |
ktor-simple-memory-cache |
ktor-simple-redis-cache |
Use one of simple cache provider library to setup cache during server configuration:
install(SimpleCache) {
//cacheProvider {}
}