awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesRefresh-Ahead Caches

Caches that automatically refresh recently accessed entries before they expire to reduce latency.

Distinct from Read-Through Memory Caches: Distinct from Read-Through Memory Caches: adds proactive refresh of expiring entries, not just passive read-through.

Explore 3 awesome GitHub repositories matching data & databases · Refresh-Ahead Caches. Refine with filters or upvote what's useful.

Awesome Refresh-Ahead Caches GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Optimizes performance and consistency by configuring intelligent caching policies including write-through, write-behind, and refresh-ahead.

    Javabig-datacachingdata-in-motion
    Auf GitHub ansehen↗6,570
  • teivah/algodeckAvatar von teivah

    teivah/algodeck

    5,819Auf GitHub ansehen↗

    Algodeck is an open-source collection of flash cards designed for reviewing algorithms, data structures, and system design concepts, specifically curated for technical interview preparation. The project organizes knowledge into atomic question-and-answer pairs and incorporates spaced repetition scheduling to optimize long-term memory retention. The flash card catalog covers a broad range of computer science topics, including classic sorting algorithms like quicksort and mergesort, data structure operations for arrays, trees, heaps, tries, and graphs, as well as bit manipulation techniques for

    Describes read-through caches with refresh-ahead to proactively refresh expiring entries.

    HTML
    Auf GitHub ansehen↗5,819
  • jodydonetti/ziggycreatures.fusioncacheAvatar von jodydonetti

    jodydonetti/ZiggyCreatures.FusionCache

    3,784Auf GitHub ansehen↗

    FusionCache is a hybrid distributed caching library that coordinates local memory and distributed storage to balance access speed with global consistency. It functions as a resilient data access layer, utilizing a pluggable serialization framework to convert cached objects into various binary or text formats for compatibility across diverse storage environments. The system maintains cluster consistency through a distributed cache synchronizer that propagates invalidations and state updates across multiple nodes via a shared messaging backplane. It improves reliability by serving stale cache d

    Implements proactive background refreshes of recently accessed entries to reduce user latency.

    C#
    Auf GitHub ansehen↗3,784
  1. Home
  2. Data & Databases
  3. Cache Backend Configurations
  4. Read-Through Memory Caches
  5. Refresh-Ahead Caches