From 134403db4b72957b72c6e5054cff6d7286eb8bea Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 25 Mar 2018 11:25:13 +0800 Subject: [PATCH] tCache: Scalable Data-aware Java Caching at Trivago --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f84115c..56d4ca2 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Caching with Consistent Hashing and Cache Smearing at Etsy](https://codeascraft.com/2017/11/30/how-etsy-caches/) * [Analysis of Photo Caching at Facebook](https://code.facebook.com/posts/220956754772273/an-analysis-of-facebook-photo-caching/) * [Cache Efficiency Exercise at Facebook](https://code.facebook.com/posts/964122680272229/web-performance-cache-efficiency-exercise/) + * [tCache: Scalable Data-aware Java Caching at Trivago](http://tech.trivago.com/2015/10/15/tcache/) * [Reduce Memcached Memory Usage by 50% at Trivago](http://tech.trivago.com/2017/12/19/how-trivago-reduced-memcached-memory-usage-by-50/) * [Caching Internal Service Calls at Yelp](https://engineeringblog.yelp.com/2018/03/caching-internal-service-calls-at-yelp.html) * [Distributed Tracking and Tracing](https://www.oreilly.com/ideas/understanding-the-value-of-distributed-tracing)