https://github.com/colinbut/ehcache-example
Ehcache example
https://github.com/colinbut/ehcache-example
ehcache java
Last synced: about 1 year ago
JSON representation
Ehcache example
- Host: GitHub
- URL: https://github.com/colinbut/ehcache-example
- Owner: colinbut
- Created: 2017-10-23T13:55:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T14:23:06.000Z (over 8 years ago)
- Last Synced: 2025-02-01T14:46:18.556Z (about 1 year ago)
- Topics: ehcache, java
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ehcache Example
A popular choice of cache technology commonly used in Java Applications to implement "Caching" of data.
Ehcache has its own API which is quite intuitive to use.
Supporting most of the common features of a cache.
Ehcache implements and supports JCache API (JSR-107)