https://github.com/ehcache/ehcache3
Ehcache 3.x line
https://github.com/ehcache/ehcache3
Last synced: 8 months ago
JSON representation
Ehcache 3.x line
- Host: GitHub
- URL: https://github.com/ehcache/ehcache3
- Owner: ehcache
- License: apache-2.0
- Created: 2014-02-26T20:39:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T21:40:07.000Z (about 1 year ago)
- Last Synced: 2025-05-03T03:40:36.016Z (9 months ago)
- Language: Java
- Homepage: http://www.ehcache.org
- Size: 21.3 MB
- Stars: 2,045
- Watchers: 154
- Forks: 585
- Open Issues: 133
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Ehcache
README
= The Ehcache 3.x line is currently the development line.
Status of the build:
[link="https://dev.azure.com/TerracottaCI/ehcache/_build/latest?definitionId=14"]
image::https://dev.azure.com/TerracottaCI/ehcache/_apis/build/status/ehcache3[Build Status]
For more information, you might want to go check the https://github.com/ehcache/ehcache3/wiki[wiki].
== Getting started with the Ehcache 3.x API
For samples, documentation, and usage information, please see http://ehcache.org.
== Current release
We released 3.9.0 on August 25th 2020.
The https://github.com/ehcache/ehcache3/releases/tag/v3.9.0[release notes] contain the links to the artifacts and the documentation to help you get started.
You should consider upgrading to 3.9.x as it does all previous 3.x do and more with a fully compatible API.
== Current development & next release
We released the missing features of the clustering tier of Ehcache 3 in 3.7.0.
Starting with version 3.5, Ehcache only supports Java 8 and later.
Version 3.5 is now in maintenance mode. We are no longer planning to perform release of earlier versions.
See the https://github.com/ehcache/ehcache3/milestones[milestones on GitHub] for more details on the current status.
== Contribute
With great pleasure! Have a look at our link:CONTRIBUTING.adoc[Contributing policy].
== Reporting issues
Oh no! We have no bugs! (but if we really do, see details for reporting link:CONTRIBUTING.adoc#reporting-issues[here]).