Skip to main content
← All Tags

Caching

5 articles in this category

AI NewsDistributed SystemsCaching

Unifying Caching and In-Flight Deduplication with Durable Objects

Cloudflare Durable Objects can eliminate duplicate work during cache misses by treating in-flight requests and completed responses as two states of the same cache entry, reducing redundant computations by up to 100%.

Read more
AI NewsCachingArchitecture

When Your Database Goes Down for 25 Minutes: Building a Survival Cache

A three-tier caching strategy using RocksDB mitigates service downtime during a 25-minute database outage by persisting stale data to disk.

Read more
AI NewsCachingRedis

Caching with Redis: Boosting Application Performance

Improve application responsiveness and reduce database load by leveraging Redis caching strategies, offering up to a 99% reduction in read latency.

Read more
AI NewsWebDevCaching

Controlling Cache Through the Browser

Understand browser caching mechanisms with `Cache-Control` headers and improve web application performance.

Read more
AI NewsRetrieval-Augmented GenerationCaching

Reducing False Positives in Retrieval-Augmented Generation (RAG) Semantic Caching: A Banking Case Study

Banking RAG system reduces false positives from 99% to 3.8% through semantic caching redesign

Read more