awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·13 viewswww.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.

Star history

Star history chart for doctrine/cacheStar history chart for doctrine/cache

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Cache

Similar open-source projects, ranked by how many features they share with Cache.
  • laravel/lumen-frameworklaravel avatar

    laravel/lumen-framework

    1,506View on 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
    View on GitHub↗1,506
  • tporadowski/redistporadowski avatar

    tporadowski/redis

    9,987View on 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
    View on GitHub↗9,987
  • redis/go-redisredis avatar

    redis/go-redis

    22,159View on 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
    View on GitHub↗22,159
  • mozilla/localforagemozilla avatar

    mozilla/localForage

    25,780View on 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
    View on GitHub↗25,780
See all 30 alternatives to Cache→

Frequently asked questions

What does doctrine/cache do?

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.

What are the main features of doctrine/cache?

The main features of doctrine/cache are: Application Caching, Key-Value Stores, Computational Result Caching, Storage Abstraction, Storage Drivers, Unified Cache Interfaces, PHP Caching Libraries, PHP Standard Interface Implementations.

What are some open-source alternatives to doctrine/cache?

Open-source alternatives to doctrine/cache include: 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…