Skip to content

Scogun/ktor-simple-cache

Repository files navigation

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