awesome-repositories.com
Blog
awesome-repositories.com

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

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

1 Repo

Awesome GitHub RepositoriesCI Cache Entry Eviction

Capabilities to remove specific cache entries using unique identifiers or keys to manage storage.

Distinct from Pattern-Based Cache Deletions: Candidates focus on web page cache deletion, not the eviction of CI build artifact caches.

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

Awesome CI Cache Entry Eviction GitHub Repositories

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

    actions/cache

    5,262Auf GitHub ansehen↗

    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

    Provides the capability to remove specific cache entries using unique identifiers or cache keys.

    TypeScript
    Auf GitHub ansehen↗5,262
  1. Home
  2. DevOps & Infrastructure
  3. CI Cache Entry Eviction