Libraries tagged by memecached
laminas/laminas-cache-storage-adapter-memcached
2022504 Downloads
Laminas cache adapter for memcached
humanmade/wordpress-pecl-memcached-object-cache
165485 Downloads
A WordPress object cache that uses the memcached (not memcache) PECL extension.
tedivm/stash-bundle
1342969 Downloads
Incorporates the Stash caching library into Symfony.
cache/psr-6-doctrine-bridge
900007 Downloads
PSR-6 Doctrine bridge
humanmade/batcache
337648 Downloads
A memcached HTML page cache for WordPress.
elcobvg/laravel-opcache
189581 Downloads
Custom OPcache Cache Driver for Laravel. Faster than Redis or memcached.
yiisoft/cache-memcached
8506 Downloads
Yii Caching Library - Memcached Handler
ext-memcached
Downloads
clickalicious/memcached.php
57944 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
cheprasov/php-memcached-tags
103381 Downloads
MemcachedTags for PHP is a mechanism for adding tags to keys in Memcached. It is very useful, if you need to select or delete some keys by tags. And tags are really useful for group invalidation.
cheprasov/php-memcached-lock
210426 Downloads
MemcachedLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
alekseykorzun/memcached-wrapper-php
61756 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
qmegas/memcache-search
41177 Downloads
PHP library to search memcache keys
matomo/doctrine-cache-fork
401296 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
jamm/memory
22550 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.