awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
doctrine avatar

doctrine/cache

0
View on GitHub↗
www.doctrine-project.org/projects/cache.html↗

Cache

This PHP caching library provides a key-value storage abstraction designed to reduce application computation time by storing and retrieving frequently accessed data. It implements the PSR-6 standard for caching interfaces to ensure interoperability between different libraries.

The project includes a legacy cache adapter that wraps modern standardized cache pools. This allows systems in transition to maintain compatibility by converting between legacy caching implementations and unified interfaces.

The library covers a range of storage capabilities, including a filesystem cache store for persisting data to the local disk and a driver-based system for routing operations across different storage backends.

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Features

  • Application Caching - Provides a comprehensive system for storing frequently accessed application data in memory or on disk.
  • Key-Value Stores - Organizes data as pairs of unique identifiers and values for constant-time retrieval.
  • Computational Result Caching - Caches frequently accessed data to avoid expensive re-computations and improve application response times.
  • Storage Abstraction - Provides a common interface that decouples application logic from specific storage backends.
  • Storage Drivers - Implements a driver-based system to route cache operations across different physical storage backends.
  • Unified Cache Interfaces - Saves and retrieves data through a single interface that works across multiple backends like memory or disk.
  • PHP Caching Libraries - Provides a comprehensive set of tools for storing and retrieving data across various backend drivers in PHP.
  • PHP Standard Interface Implementations - Implements the PSR-6 standard for caching interfaces to ensure interoperability between different PHP libraries.
  • Caching Interfaces - Implements the PSR-6 standard for caching interfaces to ensure interoperability between different PHP libraries.
  • Caching Library Integrations - Implements a unified interface to manage data storage across multiple backends specifically for PHP projects.
  • Storage Abstractions - Decouples application logic from storage backends by defining a common set of methods for all cache implementations.
  • Cache API Implementations - Provides tools to convert legacy caching implementations into a unified, standardized interface.
  • Filesystem Cache Stores - Provides a storage backend that persists cached items on the local disk for fast retrieval.
  • Local Persistence - Persists cached data as serialized files within a local directory structure to maintain state across restarts.
  • Local Caching Layers - Stores cached items on the local filesystem using a configurable directory structure for fast retrieval.
  • Local Filesystem Storage - Persists temporary data to the local disk to ensure fast retrieval and reduce primary data source load.
  • API Compatibility Adapters - Provides a legacy cache adapter that wraps modern cache pools to maintain compatibility with older API signatures.
  • Legacy Compatibility Wrappers - Provides a wrapper that converts modern standardized cache pools into legacy implementations for systems in transition.
  • Legacy Migration Strategies - Facilitates the transition of old caching implementations to modern standardized interfaces without breaking functionality.
  • Caching and Locking - Caching abstraction library.
7,864 स्टार्स·212 फोर्क्स·PHP·MIT·7 व्यूज़

स्टार हिस्ट्री

doctrine/cache के लिए स्टार हिस्ट्री चार्टdoctrine/cache के लिए स्टार हिस्ट्री चार्ट

Cache के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Cache के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • laravel/lumen-frameworklaravel का अवतार

    laravel/lumen-framework

    1,506GitHub पर देखें↗

    Lumen is a PHP micro-framework designed for building lightweight web services and RESTful API backends. It provides a specialized toolset for handling incoming HTTP requests and routing them to application logic with minimal overhead. The framework facilitates the development of distributed systems by offering a small footprint and high performance. It includes a service container for dependency injection, a middleware pipeline for request filtering, and regex-based route dispatching to manage application traffic. Developers can utilize a unified database abstraction layer to standardize int

    PHPframeworklaravellumen
    GitHub पर देखें↗1,506
  • tporadowski/redistporadowski का अवतार

    tporadowski/redis

    9,987GitHub पर देखें↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Credisredis-for-windowsredis-msi-installer
    GitHub पर देखें↗9,987
  • redis/go-redisredis का अवतार

    redis/go-redis

    22,159GitHub पर देखें↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Gogogolangredis
    GitHub पर देखें↗22,159
  • mozilla/localforagemozilla का अवतार

    mozilla/localForage

    25,780GitHub पर देखें↗

    localForage is a browser storage wrapper and key-value store that provides a unified JavaScript API for persisting data. It acts as an abstraction layer over IndexedDB, WebSQL, and localStorage, allowing web applications to save data offline. The library features a priority-based driver fallback system that automatically detects and selects the most capable storage engine available in the browser. It simplifies data management by providing an asynchronous interface for storing complex JavaScript objects and binary buffers without requiring manual serialization. The project covers broad capab

    JavaScript
    GitHub पर देखें↗25,780
Cache के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

doctrine/cache क्या करता है?

This PHP caching library provides a key-value storage abstraction designed to reduce application computation time by storing and retrieving frequently accessed data. It implements the PSR-6 standard for caching interfaces to ensure interoperability between different libraries.

doctrine/cache की मुख्य विशेषताएं क्या हैं?

doctrine/cache की मुख्य विशेषताएं हैं: Application Caching, Key-Value Stores, Computational Result Caching, Storage Abstraction, Storage Drivers, Unified Cache Interfaces, PHP Caching Libraries, PHP Standard Interface Implementations।

doctrine/cache के कुछ ओपन-सोर्स विकल्प क्या हैं?

doctrine/cache के ओपन-सोर्स विकल्पों में शामिल हैं: laravel/lumen-framework — Lumen is a PHP micro-framework designed for building lightweight web services and RESTful API backends. It provides a… tporadowski/redis — Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL… redis/go-redis — This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive… mozilla/localforage — localForage is a browser storage wrapper and key-value store that provides a unified JavaScript API for persisting… php-fig/cache — This project is a cache abstraction layer and interface standard for PHP, specifically defining the PSR-6 caching… emdash-cms/emdash — EmDash is an open-source content management system built on Astro that combines a visual admin panel with a…