Ehcache is a pure Java, in-process cache with the following features:
1. Fast
2. Simple
3. Acts as a pluggable cache for Hibernate
4. Small foot print both in terms of size and memory requirements.
5. Minimal dependencies.
6. Fully documented. See the online documentation, FAQ and the online JavaDoc.
7. Comprehensive test coverage. See the Clover test report.
8. Scalable to hundreds of caches and large multi-CPU servers.
9. Provides LRU, LFU and FIFO cache eviction policies.
10. Available under the Apache license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects.
11. Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.
Ehcache is a pure Java, in-process cache with the following features:
1. Fast
2. Simple
3. Acts as a pluggable cache for Hibernate
4. Small foot print both in terms of size and memory requirements.
5. Minimal dependencies.
6. Fully documented. See the online documentation, FAQ and the online JavaDoc.
7. Comprehensive test coverage. See the Clover test report.
8. Scalable to hundreds of caches and large multi-CPU servers.
9. Provides LRU, LFU and FIFO cache eviction policies.
10. Available under the Apache license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects.
11. Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.
To install ehcache, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ehcache
To see what files were installed by ehcache, run:
port contents ehcache
To later upgrade ehcache, run:
sudo port selfupdate && sudo port upgrade ehcache
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.