Skip to content

Opening book details…

Can I read Overview of Caching Techniques on EtoBox?

Overview of Caching Techniques by Lifescaler is a document available to read on EtoBox.

What is Overview of Caching Techniques about?

This document summarizes the evolution of in-memory caching libraries at Google, from early implementations using LinkedHashMap to the development of CacheBuilder. CacheBuilder provides a concurrent, self-populating cache interface that supports features like expiration, size-based eviction, and soft/weak references through an implementation that batches writes and history management under lock to achieve high performance. The authors discuss how CacheBuilder improved on earlier approaches by addressing iss

Author
Lifescaler
Language
EN