Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/modules/mcart.xls/vendor/cache/simple-cache-bridge/ |
Upload File : |
# PSR-6 to PSR-16 Bridge (Simple cache) [](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://packagist.org/packages/cache/simple-cache-bridge) [](https://codecov.io/github/array-cache/apc-adapter?branch=master) [](https://packagist.org/packages/cache/simple-cache-bridge) [](https://packagist.org/packages/cache/simple-cache-bridge) [](LICENSE) This is a bridge that converts a PSR-6 cache implementation to PSR-16 (SimpleCache). It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com). ### Install ```bash composer require cache/simple-cache-bridge ``` ### Use You need an existing PSR-6 pool as a cnstructor argument to the bridge. ```php $psr6pool = new ArrayCachePool(); $simpleCache = new SimpleCacheBridge($psr6pool); ``` ### Contribute Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or report any issues you find on the [issue tracker](http://issues.php-cache.com).