Cache engine : Redis

This implementation requires the voidframework-redis module to be properly configured.


Installation

<dependency>
    <groupId>dev.voidframework</groupId>
    <artifactId>voidframework-cache-redis</artifactId>
    <version>1.14.0</version>
</dependency>

To enable In-memory cache engine, you have to set voidframework.cache.engine to dev.voidframework.cache.engine.RedisCacheEngine in your application configuration file.

Redis module must be properly configured, read more about Redis configuration.