Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bootique/bootique-jcache

JCache integration for Bootique
https://github.com/bootique/bootique-jcache

Last synced: about 2 months ago
JSON representation

JCache integration for Bootique

Awesome Lists containing this project

README

        

[![build test deploy](https://github.com/bootique/bootique-jcache/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-jcache/actions/workflows/maven.yml)
[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.jcache/bootique-jcache.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.jcache/bootique-jcache/)

# bootique-jcache

Integration of JCache caching API with Bootique. Provides injectable CacheManager.

*For additional help/questions about this example send a message to
[Bootique forum](https://groups.google.com/forum/#!forum/bootique-user).*

# Setup

## Add bootique-jcache to your build tool
**Maven**
```xml



io.bootique.bom
bootique-bom
3.0-M4
pom
import

io.bootique.jcache
bootique-jcache

```

## Example Project

`bootique-jcache` **does not** bundle a JCache provider. You will need to explicitly include a provider of your choice
on the classpath of your application, such as EhCache, Caffeine, Hazelcast, etc. You can find the details of different
provider integrations in the [examples](https://github.com/bootique-examples/bootique-jcache-examples).