https://github.com/romeh/spring-boot-web-ehchache-3-persistance
Spring Boot Web with Ehchache 3 file persistance support plus how to do cache operations
https://github.com/romeh/spring-boot-web-ehchache-3-persistance
cache-storage cachemanager caching ehcache ehcache3 jsr-107 spring-boot
Last synced: 17 days ago
JSON representation
Spring Boot Web with Ehchache 3 file persistance support plus how to do cache operations
- Host: GitHub
- URL: https://github.com/romeh/spring-boot-web-ehchache-3-persistance
- Owner: Romeh
- Created: 2017-08-17T08:42:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T15:21:26.000Z (over 7 years ago)
- Last Synced: 2025-03-24T13:51:15.719Z (about 1 month ago)
- Topics: cache-storage, cachemanager, caching, ehcache, ehcache3, jsr-107, spring-boot
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 9
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring boot web Echache3 file Persistence
his sample demonstrates the caching auto-configuration support. Spring's caching
abstraction is supported by many caching libraries, including:* Any compliant `JSR-107` (JCache) provider
* `EhCache`
* `Hazelcast`
* `Infinispan`
* `Couchbase`
* `Redis`
* `Caffeine`
* Simple provider based on `ConcurrentHashMap`
* Generic provider based on `org.springframework.Cache` bean definition(s)this one is a sample for spring boot web with ehcaceh3 file persistence support and how to inject the cache manager plus how to do operations with the cache itself , for more information please check my blog :
https://mromeh.com/2017/12/22/spring-boot-with-ehcache-3-and-jsr-107/