Skip to content

Commit

Permalink
Merge pull request #382 from jbduncan/caffeine
Browse files Browse the repository at this point in the history
Create a new Caching section, and add Caffeine & move Ehcache to it.
  • Loading branch information
akullpp authored Jul 16, 2016
2 parents ba6fad7 + 6c6b00a commit b583cce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.*
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b583cce

Please sign in to comment.