Skip to content

funyin/KacheController

Repository files navigation

Maven Central

KacheController

A simple controller to add a caching layer on top of database operations. So you can perform database actions with one function without the boilerplate of the caching layer.

Use cases

There are different use cases for KacheController, i.e database-cache connections

  1. mongo-redis
  2. sql-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

About

A simple Kotlin jvm library for managing Caching between MongoDb and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages