awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

1 repository

Awesome GitHub RepositoriesAutomatic Cache Loaders

Mechanisms that automatically fetch and store missing data when a cache lookup fails.

Distinct from Population Overrides: Distinct from Population Overrides: focuses on the automated retrieval of missing values upon cache miss, rather than overriding existing data population settings.

Explore 1 awesome GitHub repository matching data & databases · Automatic Cache Loaders. Refine with filters or upvote what's useful.

Awesome Automatic Cache Loaders GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ben-manes/caffeineAvatar ben-manes

    ben-manes/caffeine

    17,706Vezi pe GitHub↗

    Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m

    Populating cache entries automatically when a requested key is missing by executing a provided function to fetch the required value.

    Java
    Vezi pe GitHub↗17,706
  1. Home
  2. Data & Databases
  3. Automatic Cache Loaders