CodeSprintPro
Start HereLearnInterview PrepProjectsBlogAboutNewsletter
Home/Blog/#cache

Tag archive

#cache

Topic-specific entry points for internal linking, discovery, and deeper subject exploration.

2 articles

Back to blog →
DSAIntermediate

LRU Cache Implementation in Java: $O(1)$ Strategy

The LRU (Least Recently Used) Cache is one of the most popular interview questions because it tests your ability to design a custom data structure. It requires you to maintain a fixed-size cache and, when full, evict the…

Apr 19, 20263 min read
Deep Dive
#dsa#java#cache
DatabasesAdvanced

Redis Beyond Cache: Sorted Sets, Streams, and Pub/Sub Patterns

Most teams use Redis for one thing: caching. They store objects with a TTL, check the cache before hitting the database, and call it a day. This barely scratches the surface. Redis is a data structure server. Its real po…

Jan 22, 202513 min read
Deep Dive
#redis#cache#java

Related tags

#java#performance#system-design#distributed-systems#scalability#algorithms#dsa#interview preparation#system design#distributed systems
CodeSprintPro

Deep-dive technical content on System Design, DSA, Java, Databases, AI/ML, and AWS — by Sachin Sarawgi.

Quick Links

  • Blog
  • RSS Feed
  • About
  • Portfolio
  • Contact

Categories

  • System Design
  • Java
  • DSA
  • Databases
  • AI/ML
  • AWS
  • Messaging
  • Data Engineering

Contact

  • Email
  • LinkedIn
  • GitHub

© 2026 CodeSprintPro · Sachin Sarawgi. All rights reserved.

Built with Next.js · TailwindCSS · Deployed on GitHub Pages