File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/isys.bxe_/phpspread/vendor/cache/memcache-adapter/README.md
Back
# Memcache PSR-6 Cache pool [](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://packagist.org/packages/cache/memcache-adapter) [](https://codecov.io/github/php-cache/memcache-adapter?branch=master) [](https://packagist.org/packages/cache/memcache-adapter) [](https://packagist.org/packages/cache/memcache-adapter) [](LICENSE) This is a PSR-6 cache implementation using Memcache. 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/memcache-adapter ``` ### Use To create an instance of `MemcacheCachePool` you need to configure a `\Memcache` client. ```php $client = new Memcache(); $client->connect('localhost', 11211); $pool = new MemcacheCachePool($client); ``` ### 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).
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings