webclient/cache-adapter-psr-simple-cache

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

This package is not auto-updated.

Last update: 2024-09-19 02:23:52 UTC


README

Latest Stable Version Total Downloads License PHP

webclient/cache-adapter-psr-simple-cache

psr/simple-cache 的适配器,用于 webclient/cache-contract

安装

安装此包和您最喜欢的 psr-16 实现

安装此包

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

用法

<?php

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