Caches are employed in a variety of different ways. Here’s our recommended free and open source caching systems.
Read more
The Linux Portal Site
Caches are employed in a variety of different ways. Here’s our recommended free and open source caching systems.
Read more
Cachelot is a LRU cache Library. The library works within a fixed amount of memory. It doesn’t have a garbage collector.
Read more
yrmcds is a memory object caching system with master/slave replication. It’s written in C++ and published under an open source license.
Read more
Hazelcast is a distributed in-memory data store and computation platform a production-ready Raft implementation.
Read more
Apache Ignite is a horizontally scalable, fault-tolerant distributed in-memory computing platform.
Read more
Ehcache is a fast and simple, thread safe, standards based pure Java, in-process cache, which acts as a pluggable cache for Hibernate.
Read more
Java Caching System (JCS) is a distributed caching system written in Java. It speed up applications by caching data of various dynamic natures.
Read more
Redis is an advanced key-value store similar to memcache but the dataset is non-volatile. Often referred to as a data structure server.
Read more