diff --git a/README.md b/README.md index 7712aec3..8dbbbf47 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Bean Mapping](#bean-mapping) - [Build](#build) - [Bytecode Manipulation](#bytecode-manipulation) + - [Caching](#caching) - [Cluster Management](#cluster-management) - [Code Analysis](#code-analysis) - [Code Coverage](#code-coverage) @@ -121,6 +122,13 @@ A curated list of awesome Java frameworks, libraries and software. * [cglib](https://github.com/cglib/cglib) - Bytecode generation library. * [Javassist](http://jboss-javassist.github.io/javassist/) - Tries to simplify the editing of bytecode. +## Caching + +*Libraries which provide caching facilities.* + +* [Caffeine](https://github.com/ben-manes/caffeine) - High performance, near optimal caching library. +* [Ehcache](http://www.ehcache.org/) - Distributed general purpose cache. + ## Cluster Management *Frameworks which can dynamically manage applications inside of a cluster.* @@ -276,7 +284,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Atomix](http://atomix.io/atomix/) - Fault-tolerant distributed coordination framework. * [Axon Framework](http://www.axonframework.org/) - Framework for creating CQRS applications. * [Copycat](http://atomix.io/copycat/) - Fault-tolerant state machine replication framework. -* [Ehcache](http://www.ehcache.org/) - Distributed general purpose cache. * [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid. * [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters.