| [ Web Proxy ] |
| Viewing: https://docs.sonsofphp.com/components/cache | [Back] [Original] |
<?php
use SonsOfPHP\Component\Cache\Adapter\ArrayAdapter;
use SonsOfPHP\Component\Cache\Adapter\ApcuAdapter;
use SonsOfPHP\Component\Cache\Adapter\ChainAdapter;
$pool = new ChainAdapter([
new ArrayAdapter(),
new ApcuAdapter(),
]);| Web Proxy Viewer | New URL | Original Page |