https://github.com/funyin/kachecontroller
A simple Kotlin jvm library for managing Caching between MongoDb and Redis
https://github.com/funyin/kachecontroller
Last synced: 2 months ago
JSON representation
A simple Kotlin jvm library for managing Caching between MongoDb and Redis
- Host: GitHub
- URL: https://github.com/funyin/kachecontroller
- Owner: funyin
- Created: 2023-11-16T01:44:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:48:44.000Z (over 1 year ago)
- Last Synced: 2025-02-06T13:23:05.761Z (4 months ago)
- Language: Kotlin
- Homepage: https://funyin.github.io/KacheController/
- Size: 339 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## KacheController
A simple controller to add a caching layer on top of a database operations.
So you can perform database actions with one function without the boiler plate of the caching layer.### Use cases
There are diferent use cases for KacheController i.e
**database-cache** connections
1. [mongo-redis](mongo-redis/README.md)
2. [exposed-redis](#)(Comming soon)## Getting Started
Typically you just have to provide your database and cache drivers.
Take a look at the docs for one of the use cases to get started