Tag

cache algorithms

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Apr 28, 2022 · Backend Development

Cache Algorithms Overview and SpringBoot Caffeine Integration

This article explains common cache replacement algorithms such as FIFO, LRU, LFU, and W‑TinyLFU, discusses their drawbacks, and provides a detailed SpringBoot example showing how to integrate the Caffeine caching library with code snippets and configuration instructions.

CaffeineJavaSpringBoot
0 likes · 19 min read
Cache Algorithms Overview and SpringBoot Caffeine Integration
Qunar Tech Salon
Qunar Tech Salon
May 29, 2016 · Backend Development

Understanding Distributed Caching: Principles and Implementation of Memcached

This article explains the fundamentals of caching, the role of distributed caches like memcached in high‑concurrency environments, and details the algorithms—including remainder hashing and consistent hashing with virtual nodes—that enable memcached to distribute data across multiple servers efficiently.

Memcachedbackendcache algorithms
0 likes · 10 min read
Understanding Distributed Caching: Principles and Implementation of Memcached