Skip to content

Blog by Rahul Mittal

Connecting People, Ideas & Technology.

Tag: cache

  • Home
  • cache
  • general
  • java
  • programming
  • spring

Why Refreshing L1 Cache Using a Scheduler is a Bad Idea

  • Rahul Mittal
  • June 23, 2026
  • 5 min read

Building Scalable and Consistent Microservices Caching Architectures Caching is one of the most effective techniques for improving application performance. Modern microservices often implement a multi-level cache architecture: L1 Cache: In-memory…

Building an Annotation-Driven Enterprise Cache Framework for Spring Boot Microservices
  • java
  • microservices
  • programming
  • spring

Building an Annotation-Driven Enterprise Cache Framework for Spring Boot Microservices

  • Rahul Mittal
  • June 17, 2026
  • 5 min read

Introduction In the previous articles, we built a reusable caching library that provides: L1 Cache using EhCache L2 Cache using Redis or GemFire Distributed Locking Cache Stampede Protection Cache Warming…

Extending the Platform Cache Library: Distributed Locking, Cache Warming and Cache Stampede Protection
  • java
  • microservices
  • programming
  • spring

Extending the Platform Cache Library: Distributed Locking, Cache Warming and Cache Stampede Protection

  • Rahul Mittal
  • June 17, 2026
  • 6 min read

Introduction In the previous article, we built a reusable caching library that provides: L1 Cache using EhCache L2 Cache using Redis or GemFire Strategy Pattern based provider selection Kafka and…

Building a Pluggable Multi-Level Cache Library for Spring Boot Microservices (EhCache + Redis/GemFire)
  • java
  • microservices
  • programming

Building a Pluggable Multi-Level Cache Library for Spring Boot Microservices (EhCache + Redis/GemFire)

  • Rahul Mittal
  • June 17, 2026
  • 6 min read

Introduction As organizations move toward microservices, caching becomes a critical component for performance, scalability, and cost optimization. Unfortunately, many teams implement caching differently: Different cache providers Different key conventions Different…

Redis vs GemFire vs EhCache: Choosing the Right Caching Strategy for Spring Boot Microservices
  • java
  • microservices
  • programming
  • spring

Redis vs GemFire vs EhCache: Choosing the Right Caching Strategy for Spring Boot Microservices

  • Rahul Mittal
  • June 17, 2026
  • 5 min read

Introduction Caching is one of the most effective techniques for improving application performance. However, choosing the right caching technology can be challenging. Many development teams start with local in-memory caching…

Building High-Performance Distributed Caching with Apache Geode (GemFire) in Spring Boot
  • java
  • microservices
  • programming

Building High-Performance Distributed Caching with Apache Geode (GemFire) in Spring Boot

  • Rahul Mittal
  • June 17, 2026
  • 6 min read

Introduction As enterprise applications scale, databases often become the primary bottleneck. Frequently accessed data such as customer profiles, product catalogs, pricing information, configuration settings, and reference data are repeatedly fetched…

Building High-Performance Distributed Caching with Redis in Spring Boot
  • java
  • microservices
  • programming

Building High-Performance Distributed Caching with Redis in Spring Boot

  • Rahul Mittal
  • June 17, 2026
  • 5 min read

Introduction Modern applications often retrieve the same data repeatedly from databases. Product information, customer profiles, configuration settings, and reference data are commonly accessed by multiple users and services. Without caching,…

Building a Pluggable Distributed Cache Library for Spring Boot Microservices Using EhCache and Redis
  • java
  • microservices
  • programming

Building a Pluggable Distributed Cache Library for Spring Boot Microservices Using EhCache and Redis

  • Rahul Mittal
  • June 17, 2026
  • 6 min read

Introduction As organizations scale their Spring Boot microservices on Kubernetes, caching becomes a critical component for performance and cost optimization. While EhCache works well for single-node deployments, it introduces cache…

Recent Posts

  • Codex, MCP, and Spring AI: Building Tool-Enabled Java Applications with the Latest OpenAI Models
  • Kubernetes Readiness Probes in Spring Boot Microservices: Designing a Production-Ready Health Check
  • How Does UPI Prevent Double-Spending at 15 Billion Transactions a Month?
  • Top 10 Java, Microservices & Kubernetes Interview Questions Every Senior Tech Lead Should Know
  • Part 9 – Why Spring Boot Applications Get OOMKilled in Kubernetes

Categories

  • AI
  • Database
  • feature
  • general
  • interview
  • java
  • JavaEvolutionSeries
  • K8S
  • leadership
  • Metrics
  • microservices
  • Observability
  • programming
  • project management
  • ramittal.com
  • security
  • spring

Recent Comments

  1. Rahul Mittal on Why Refreshing L1 Cache Using a Scheduler is a Bad Idea

Archives

  • September 2026
  • August 2026
  • July 2026
  • June 2026
  • May 2026
  • March 2026
  • March 2025
  • January 2025
  • December 2024
Copyright © 2026 Blog by Rahul Mittal Theme: Crystal Blog By Adore Themes.