tCache - Scalable data-aware Java Caching

1 · trivago N.V. · Oct. 15, 2015, 12:13 p.m.
Caching data is an essential part in many high-load scenarios. A local 1st-level cache can augment a shared 2nd-level cache like Redis and Memcached to further boost performance. An in-process cache involves no network overhead, so the cache speed is only limited by local resources like CPU, memory transfer speed and locking....