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

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

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

6 مستودعات

Awesome GitHub RepositoriesContent Caching Controls

Mechanisms to manage the storage and expiration of retrieved data to balance latency and freshness.

Distinct from Page Caching Controls: Existing candidates are too narrow, focusing on page-level web caching, browser-side controllers, or visual assets rather than general backend data caching.

Explore 6 awesome GitHub repositories matching data & databases · Content Caching Controls. Refine with filters or upvote what's useful.

Awesome Content Caching Controls GitHub Repositories

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

    sub-store-org/Sub-Store

    9,893عرض على GitHub↗

    Sub-Store is a proxy subscription management server that aggregates multiple subscription links into a single unified stream for distribution to various clients. It functions as a transformation pipeline that filters, modifies, and reformats proxy node metadata. The system acts as a cross-platform format converter to ensure compatibility across diverse client applications. It includes an encryption decryption gateway that uses private keys to handle age-standard encrypted subscription content and a cache-layered aggregator to reduce external requests. The server provides capabilities for dyn

    Control whether subscription data is served from a local cache or refreshed from the source to balance speed and accuracy.

    JavaScriptclashhttploon
    عرض على GitHub↗9,893
  • lmcache/lmcacheالصورة الرمزية لـ LMCache

    LMCache/LMCache

    6,909عرض على GitHub↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Provides administrative controls to look up, purge, pin, or migrate specific cache entries at runtime.

    Pythonamdcudafast
    عرض على GitHub↗6,909
  • garylab/dnmpالصورة الرمزية لـ garylab

    garylab/dnmp

    4,085عرض على GitHub↗

    dnmp هي بيئة تطوير ويب حاوية توفر حزمة LNMP كاملة تتكون من Nginx و MySQL و PHP و Redis. تعمل كنظام إدارة لتنسيق توجيه خادم الويب، وإصدارات وقت تشغيل اللغة، وإدارة قواعد البيانات، وتوفير شهادات SSL داخل حاويات Docker. يتميز المشروع بمدير وقت تشغيل PHP شامل يسمح بالتبديل بين إصدارات لغة متعددة وإدارة الإضافات في بيئات معزولة. يتضمن مدير شهادات SSL آلي يستخدم التحقق من webroot لتوفير وتجديد الشهادات، ومدير مضيف افتراضي لـ Nginx لربط نطاقات مخصصة متعددة بخادم واحد. تمتد إمكانيات النظام إلى إدارة قواعد البيانات المتقدمة، بما في ذلك مقارنة المخططات، والاستنساخ، وتحليل سجل الاستعلامات البطيئة. كما يوفر أدوات مراقبة لتوصيف أداء PHP، وتصور مخطط استدعاءات الدوال، وتدقيق أداء الاستعلامات. تغطي الأدوات الإضافية تشفير حركة مرور الويب عبر HTTP/2، وتعيين اختصارات shell للمضيف لتنفيذ أوامر CLI، ونشر الكود عبر webhooks.

    Defines expiration dates for static assets to reduce server load and redundant network requests.

    Shelldockerlnmplnmp-dockerfile
    عرض على GitHub↗4,085
  • googleapis/python-genaiالصورة الرمزية لـ googleapis

    googleapis/python-genai

    3,819عرض على GitHub↗

    This project is a Python software development kit and framework for building applications that integrate with large language models. It serves as a multimodal content generator and vector embedding library, enabling the production and editing of text, images, audio, and video. The toolkit provides specialized capabilities for adapting base models through supervised and reinforcement training. It further distinguishes itself by offering tools for orchestrating complex workflows, including stateful chat sessions, the enforcement of structured output via schemas, and the integration of external

    Controls the storage and expiration of cached content to optimize performance and operational cost.

    Python
    عرض على GitHub↗3,819
  • any4ai/anycrawlالصورة الرمزية لـ any4ai

    any4ai/AnyCrawl

    2,742عرض على GitHub↗

    AnyCrawl is an AI-powered data extractor, automated web crawler, and headless browser orchestrator. It serves as a web content extraction API and a gateway that connects crawling and scraping tools to language models using a standardized API protocol. The project specializes in converting unstructured website content into structured JSON or markdown optimized for AI assistants. It utilizes language models and JSON schemas to pull specific information into validated formats and provides capabilities for AI page summarization and LLM-optimized content extraction. The system manages comprehensi

    Manages the storage and expiration of retrieved web content to optimize data freshness and retrieval speed.

    TypeScriptai-scrapingaitoolscrawl
    عرض على GitHub↗2,742
  • reactive/data-clientالصورة الرمزية لـ reactive

    reactive/data-client

    2,031عرض على GitHub↗

    Data-client is an asynchronous state management library designed to synchronize server data with frontend applications. It functions as a normalized cache manager that maps complex API responses into structured, relational entities, ensuring data consistency across the entire application. By providing a unified communication layer, the library supports both REST and GraphQL, allowing developers to bind network data directly to user interface components through declarative hooks. The library distinguishes itself through a robust architecture for optimistic user interface development, where loc

    Allows developers to set the duration that fetched data remains valid before transitioning to a stale state.

    TypeScriptexpofetchhooks
    عرض على GitHub↗2,031
  1. Home
  2. Data & Databases
  3. Content Caching Controls