This library solves the boilerplate when handling storage in projects by using a model and repository-based structure. It supports persistent storage in JSON, MongoDB, and Redis, and offers two implementations for local storage: HashMap and Caffeine for dynamic caching.

Usage


Gradle

Maven

Topics you need to know


Models

Serialization

Modules