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 moreCachelot is a LRU cache Library. The library works within a fixed amount of memory. It doesn’t have a garbage collector.
Read moreyrmcds is a memory object caching system with master/slave replication. It’s written in C++ and published under an open source license.
Read moreHazelcast is a distributed in-memory data store and computation platform a production-ready Raft implementation.
Read moreApache Ignite is a horizontally scalable, fault-tolerant distributed in-memory computing platform.
Read moreEhcache is a fast and simple, thread safe, standards based pure Java, in-process cache, which acts as a pluggable cache for Hibernate.
Read moreJava Caching System (JCS) is a distributed caching system written in Java. It speed up applications by caching data of various dynamic natures.
Read moreRedis 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