1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Add cache2k

This commit is contained in:
Sven Ruppert 2019-02-05 23:51:09 +02:00 committed by Andreas Kull
parent 952e8820ea
commit 802b73edc6

View file

@ -117,6 +117,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Libraries that provide caching facilities.*
- [cache2k](https://cache2k.org) - In-memory high performance caching library.
- [Caffeine](https://github.com/ben-manes/caffeine) - High-performance, near-optimal caching library.
- [Ehcache](http://www.ehcache.org) - Distributed general-purpose cache.
- [Infinispan](http://infinispan.org) - Highly concurrent key/value datastore used for caching.