webclient/cache-adapter-psr-simple-cache

Interface for caching

Maintainers

Package info

github.com/phpwebclient/cache-adapter-psr-simple-cache

pkg:composer/webclient/cache-adapter-psr-simple-cache

Fund package maintenance!

www.paypal.me/ddrv

Patreon

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v3.0.0 2022-07-26 16:37 UTC

This package is not auto-updated.

Last update: 2026-03-05 09:00:07 UTC


README

Latest Stable Version Total Downloads License PHP

webclient/cache-adapter-psr-simple-cache

psr/simple-cache adapter for webclient/cache-contract

Install

Install this package and your favorite psr-16 implementation.

Install this package

composer require webclient/cache-adapter-psr-simple-cache:^3.0

Usage

<?php

/** @var \Psr\SimpleCache\CacheInterface $psrSimpleCache */
$psrCacheAdapter = new \Webclient\Cache\Adapter\PsrSimpleCache\PsrSimpleCacheAdapter($psrSimpleCache);