awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCache Fallback Matching

Mechanisms for retrieving the most recent compatible cache using partial key matching when exact matches are unavailable.

Distinct from Prefix-Based Pattern Matching Algorithms: Candidates focus on request routing or general string matching, not CI cache key fallbacks.

Explore 1 awesome GitHub repository matching devops & infrastructure · Cache Fallback Matching. Refine with filters or upvote what's useful.

Awesome Cache Fallback Matching GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • actions/cacheAvatar de actions

    actions/cache

    5,262Voir sur GitHub↗

    This project is a GitHub Actions cache action designed to persist build state, dependencies, and compiled outputs across different runner environments and pipeline executions. It functions as a continuous integration dependency cache that utilizes content hashes to store and retrieve files, reducing installation time between workflow runs. The system distinguishes itself through cross-platform build caching, allowing build data to be transferred between different operating systems and runner architectures when the files are platform-independent. It also implements branch-based cache isolation

    Retrieves the most recent compatible cache by matching keys that start with a specific string.

    TypeScript
    Voir sur GitHub↗5,262
  1. Home
  2. DevOps & Infrastructure
  3. Cache Fallback Matching