awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
php-fig avatar

php-fig/simple-cache

0
View on GitHub↗
8,088 Stars·55 Forks·PHP·MIT·2 Aufrufe

Simple Cache

Simple Cache is a technical specification and interface standard for PHP applications. It defines a common set of methods for interacting with cache storage, ensuring that different storage implementations can be used interchangeably.

As the PSR-16 implementation standard, it provides a consistent way for independent PHP libraries and frameworks to store and retrieve cached data. This interoperability allows software packages to work with any compliant cache backend without requiring changes to the application code.

The specification focuses on standardizing cache interfaces and interactions to facilitate cross-library data caching and application performance optimization.

Features

  • Caching Interfaces - Establishes a consistent PHP interface standard for storing and retrieving cached data across the ecosystem.
  • PSR-16 Implementations - Implements the PSR-16 specification for simple caching interfaces to ensure compatibility across PHP frameworks.
  • Interoperability Specifications - Provides a technical specification for how PHP applications should interact with cache storage independently of the driver.
  • Pluggable Cache Backends - Allows software packages to work with any compliant cache backend without requiring changes to the application code.
  • Inter-Library Cache Sharing - Enables multiple independent PHP components to share cached information via a shared specification.
  • Application Performance Optimization - Optimizes application performance by providing a standardized way to store expensive computation results.

Star-Verlauf

Star-Verlauf für php-fig/simple-cacheStar-Verlauf für php-fig/simple-cache

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Simple Cache

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Simple Cache.
  • symfony/cacheAvatar von symfony

    symfony/cache

    4,164Auf GitHub ansehen↗

    This is a PHP library providing standardized interfaces for caching data through the PSR-6 and PSR-16 specifications. It functions as a cache pool manager and distributed cache adapter, allowing applications to organize key-value pairs into logical repositories and namespaces. The project includes a dedicated cache stampede prevention tool that protects systems from CPU spikes during value expiration. This is achieved through locking mechanisms for concurrent requests and probabilistic early expiration. The library supports object serialization with optional encryption and compression to tra

    PHPcachingcomponentphp
    Auf GitHub ansehen↗4,164
  • php-fig/cacheAvatar von php-fig

    php-fig/cache

    5,192Auf GitHub ansehen↗

    This project is a cache abstraction layer and interface standard for PHP, specifically defining the PSR-6 caching specification. It establishes a consistent set of type definitions and contracts for cache items and pools to ensure interoperability between different PHP libraries. The specification prevents vendor lock-in by separating high-level caching logic from low-level storage implementations. This allows different caching backends to be swapped without requiring changes to the application code. The project focuses on PHP cache standardization and library interoperability through the us

    PHP
    Auf GitHub ansehen↗5,192
  • doctrine/cacheAvatar von doctrine

    doctrine/cache

    7,864Auf GitHub ansehen↗

    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 pers

    PHP
    Auf GitHub ansehen↗7,864
  • reactive-streams/reactive-streams-jvmAvatar von reactive-streams

    reactive-streams/reactive-streams-jvm

    4,875Auf GitHub ansehen↗

    This project provides a formal specification and a set of standard Java interfaces for asynchronous stream processing. It defines a standardized protocol for passing sequences of elements between publishers and subscribers across different threads, centering on a reactive streams specification for the JVM. The project focuses on interoperability by providing a common API that allows different asynchronous streaming libraries to work together. This is achieved through a standard set of interfaces and bridging mechanisms that translate between incompatible streaming specifications. The specifi

    Java
    Auf GitHub ansehen↗4,875
Alle 30 Alternativen zu Simple Cache anzeigen→

Häufig gestellte Fragen

Was macht php-fig/simple-cache?

Simple Cache is a technical specification and interface standard for PHP applications. It defines a common set of methods for interacting with cache storage, ensuring that different storage implementations can be used interchangeably.

Was sind die Hauptfunktionen von php-fig/simple-cache?

Die Hauptfunktionen von php-fig/simple-cache sind: Caching Interfaces, PSR-16 Implementations, Interoperability Specifications, Pluggable Cache Backends, Inter-Library Cache Sharing, Application Performance Optimization.

Welche Open-Source-Alternativen gibt es zu php-fig/simple-cache?

Open-Source-Alternativen zu php-fig/simple-cache sind unter anderem: symfony/cache — This is a PHP library providing standardized interfaces for caching data through the PSR-6 and PSR-16 specifications.… php-fig/cache — This project is a cache abstraction layer and interface standard for PHP, specifically defining the PSR-6 caching… reactive-streams/reactive-streams-jvm — This project provides a formal specification and a set of standard Java interfaces for asynchronous stream processing.… doctrine/cache — This PHP caching library provides a key-value storage abstraction designed to reduce application computation time by… php-fig/container — This project is a shared technical specification and standard interface for dependency injection containers in PHP. It… php-fig/log — This project is a standardized specification for logging APIs in PHP. It defines a common logging interface and a set…