awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
php-fig avatar

php-fig/simple-cache

0
View on GitHub↗
8,088 stele·55 fork-uri·PHP·MIT·1 vizualizare

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.

Istoric stele

Graficul istoricului de stele pentru php-fig/simple-cacheGraficul istoricului de stele pentru php-fig/simple-cache

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Simple Cache

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Simple Cache.
  • symfony/cacheAvatar symfony

    symfony/cache

    4,164Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,164
  • php-fig/cacheAvatar php-fig

    php-fig/cache

    5,192Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,192
  • doctrine/cacheAvatar doctrine

    doctrine/cache

    7,864Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,864
  • reactive-streams/reactive-streams-jvmAvatar reactive-streams

    reactive-streams/reactive-streams-jvm

    4,875Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,875
Vezi toate cele 30 alternative pentru Simple Cache→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale php-fig/simple-cache?

Principalele funcționalități ale php-fig/simple-cache sunt: Caching Interfaces, PSR-16 Implementations, Interoperability Specifications, Pluggable Cache Backends, Inter-Library Cache Sharing, Application Performance Optimization.

Care sunt câteva alternative open-source pentru php-fig/simple-cache?

Alternativele open-source pentru php-fig/simple-cache includ: 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…