Create a new Caching section, and add Caffeine & move Ehcache to it.
This commit is contained in:
@ -7,6 +7,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
- [Bean Mapping](#bean-mapping)
|
- [Bean Mapping](#bean-mapping)
|
||||||
- [Build](#build)
|
- [Build](#build)
|
||||||
- [Bytecode Manipulation](#bytecode-manipulation)
|
- [Bytecode Manipulation](#bytecode-manipulation)
|
||||||
|
- [Caching](#caching)
|
||||||
- [Cluster Management](#cluster-management)
|
- [Cluster Management](#cluster-management)
|
||||||
- [Code Analysis](#code-analysis)
|
- [Code Analysis](#code-analysis)
|
||||||
- [Code Coverage](#code-coverage)
|
- [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.
|
* [cglib](https://github.com/cglib/cglib) - Bytecode generation library.
|
||||||
* [Javassist](http://jboss-javassist.github.io/javassist/) - Tries to simplify the editing of bytecode.
|
* [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
|
## Cluster Management
|
||||||
|
|
||||||
*Frameworks which can dynamically manage applications inside of a cluster.*
|
*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.
|
* [Atomix](http://atomix.io/atomix/) - Fault-tolerant distributed coordination framework.
|
||||||
* [Axon Framework](http://www.axonframework.org/) - Framework for creating CQRS applications.
|
* [Axon Framework](http://www.axonframework.org/) - Framework for creating CQRS applications.
|
||||||
* [Copycat](http://atomix.io/copycat/) - Fault-tolerant state machine replication framework.
|
* [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.
|
* [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid.
|
||||||
* [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance.
|
* [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance.
|
||||||
* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters.
|
* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters.
|
||||||
|
Reference in New Issue
Block a user