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.
There are diferent use cases for KacheController i.e database-cache connections
- mongo-redis
- exposed-redis(Comming soon)
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