https://github.com/bootique/bootique-jcache
JCache integration for Bootique
https://github.com/bootique/bootique-jcache
Last synced: about 1 year ago
JSON representation
JCache integration for Bootique
- Host: GitHub
- URL: https://github.com/bootique/bootique-jcache
- Owner: bootique
- License: apache-2.0
- Created: 2016-12-05T10:45:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T19:41:15.000Z (about 1 year ago)
- Last Synced: 2025-04-26T20:28:09.930Z (about 1 year ago)
- Language: Java
- Homepage: http://bootique.io
- Size: 131 KB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bootique/bootique-jcache/actions/workflows/maven.yml)
[](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).