Scogun / ktor-simple-cache

Apache License 2.0
18 stars 1 forks source link
cache kotlin ktor-server redis

Ktor Simple Cache

Quality Gate Status GitHub Publish workflow

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.

README
ktor-simple-cache
ktor-simple-memory-cache
ktor-simple-redis-cache

Using in Your Projects

Use one of simple cache provider library to setup cache during server configuration:

install(SimpleCache) {
    //cacheProvider {}
}

Thanks

JetBrains Logo (Main) logo.

Star History

Star History Chart