Skip to content

Caffeine Cache Provider

Uses Caffeine as the cache backend.

Install

maven:

<dependency>
    <groupId>io.mttrbit.spring.caches</groupId>
    <artifactId>caffeine-cache-provider</artifactId>
    <version>0.0.1</version>
</dependency>

gradle:

implementation "io.mttrbit.spring.caches:caffeine-cache-provider:0.0.1"

Configuration

Back to top