caches

caches

These modules provide access to various cache solutions including Redis, Memcached, etc., as well as to pure Java solutions like Hazelcast and Ehcache.

redis

Jedis provides access to a Redis cache via the Jedis driver.

memcached

Spymemcached provides access to a Memcached cache via the SpyMemcached driver.

caffeine

Caffeine: Caffeine cache support.

ehcache

Ehcache: Ehcache support.

guava

Guava: Guava cache support.

hazelcast

Hazelcast: Hazelcast cache support.