Libraries tagged by geocache
ext-memcached
Downloads
ttempleton/craft-nocache
45232 Downloads
A Twig extension to escape caching inside cache blocks
qmegas/memcache-search
41550 Downloads
PHP library to search memcache keys
kuikui/memcache-service-provider
28182 Downloads
Memcache integration for Silex.
codeception/module-memcache
317256 Downloads
Memcache module for Codeception
clickalicious/memcached.php
58031 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
cheprasov/php-memcached-tags
103608 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
210704 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.
cache/memcache-adapter
305715 Downloads
A PSR-6 cache implementation using memcache. This implementation supports tags
alekseykorzun/memcached-wrapper-php
62062 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
mheap/silex-memcache
83241 Downloads
Memcache extension for Silex
laminas/laminas-cache-storage-adapter-memcache
1491294 Downloads
Laminas cache adapter for memcache
robinn/phpcacheadmin
465 Downloads
A web dashboard for your favorite caching system.
matomo/doctrine-cache-fork
403245 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
22594 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.