An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Maven Central](https://img.shields.io/maven-central/v/com.funyinkash.kachecontroller/mongo-redis)

## 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