psr/simple-cache adapter for webclient/cache-contract
Install this package and your favorite psr-16 implementation.
Install this package
composer require webclient/cache-adapter-psr-simple-cache:^3.0
<?php
/** @var \Psr\SimpleCache\CacheInterface $psrSimpleCache */
$psrCacheAdapter = new \Webclient\Cache\Adapter\PsrSimpleCache\PsrSimpleCacheAdapter($psrSimpleCache);