awesome-repositories.com
Blog
MCP
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
·
doctrine avatar

doctrine/cache

0
View on GitHub↗
7,864 stars·212 forks·PHP·MIT·7 vueswww.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.

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.

Historique des stars

Graphique de l'historique des stars pour doctrine/cacheGraphique de l'historique des stars pour doctrine/cache

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Cache

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cache.
  • laravel/lumen-frameworkAvatar de laravel

    laravel/lumen-framework

    1,506Voir sur GitHub↗

    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
    Voir sur GitHub↗1,506
  • tporadowski/redisAvatar de tporadowski

    tporadowski/redis

    9,987Voir sur GitHub↗

    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
    Voir sur GitHub↗9,987
  • redis/go-redisAvatar de redis

    redis/go-redis

    22,159Voir sur GitHub↗

    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
    Voir sur GitHub↗22,159
  • mozilla/localforageAvatar de mozilla

    mozilla/localForage

    25,780Voir sur GitHub↗

    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
    Voir sur GitHub↗25,780
Voir les 30 alternatives à Cache→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de doctrine/cache ?

Les fonctionnalités principales de doctrine/cache sont : Application Caching, Key-Value Stores, Computational Result Caching, Storage Abstraction, Storage Drivers, Unified Cache Interfaces, PHP Caching Libraries, PHP Standard Interface Implementations.

Quelles sont les alternatives open-source à doctrine/cache ?

Les alternatives open-source à doctrine/cache incluent : 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…