https://github.com/scogun/ktor-simple-cache
Ktor plugin for output caching
https://github.com/scogun/ktor-simple-cache
cache kotlin ktor ktor-plugin ktor-server redis
Last synced: 3 months ago
JSON representation
Ktor plugin for output caching
- Host: GitHub
- URL: https://github.com/scogun/ktor-simple-cache
- Owner: Scogun
- License: apache-2.0
- Created: 2023-08-19T08:53:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-27T18:32:28.000Z (6 months ago)
- Last Synced: 2025-12-29T17:22:23.556Z (5 months ago)
- Topics: cache, kotlin, ktor, ktor-plugin, ktor-server, redis
- Language: Kotlin
- Homepage:
- Size: 332 KB
- Stars: 37
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ktor Simple Cache
[](https://sonarcloud.io/summary/new_code?id=Scogun_ktor-simple-cache)  
This repository hosts a number of libraries for [Ktor](https://ktor.io/) Server to simply add output cache.
To learn more please refer to the `README`s of individual library.
| README |
|:---------------------------------------------------------------|
| [ktor-simple-cache](ktor-simple-cache/README.md) |
| [ktor-simple-memory-cache](ktor-simple-memory-cache/README.md) |
| [ktor-simple-redis-cache](ktor-simple-redis-cache/README.md) |
## Using in Your Projects
Use one of simple cache provider library to setup cache during server configuration:
```kotlin
install(SimpleCache) {
//cacheProvider {}
}
```
## Thanks

## Star History
[](https://star-history.com/#Scogun/ktor-simple-cache&Date)