awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCache Existence Verification

Utilities to check for the presence of a cache entry without downloading the data.

Distinct from Cache Integrity Verification: Candidates focus on integrity (security) or listing local files, not lightweight existence checks for remote caches.

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

Awesome Cache Existence Verification GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • actions/cacheالصورة الرمزية لـ actions

    actions/cache

    5,262عرض على 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

    Provides a utility to check for the presence of a cache entry without downloading the data.

    TypeScript
    عرض على GitHub↗5,262
  1. Home
  2. DevOps & Infrastructure
  3. Cache Existence Verification