A simple memcached class Support forum memcached-data Manipulate values stored in memcached servers This class can manipulate values stored in memcached servers. It can connect to a given memcached server with the memcached extension. The class stores, retrieves and deletes values for given keys ...
MultiCache library Support forum multicache-library Cache data in files or memcached This package can be used to cache data in files or memcached server. It provides a base generic caching class and sub-classes to store cached data in files or in a memcached server. The class can associate unique ...
This package can cache database query results using memcached. It can connect to a given database using PDO and execute arbitrary SQL queries. The query results may be cached in a memcached server to avoid the overhead of executing the same queries. PHP 5 Namespace database cache class Support forum ...
WSAMemcached Support forum wsamemcached Manipulate cached entries in memcached servers This class can be used to manipulate cached entries in memcached servers. It uses the PHP Memcache extension to connect to one or more Memcached servers and store, retrieve, delete, increment and decrement entries ...
Unicache Support forum unicache Cache data in files, APC or Memcached This package can cache data in files, APC, Memcached or eventual other containers. It provides a base class that can be extended by different implementation classes to store, retrieve and remove cached data from several types ...
... the value of a configuration constant. Several cache handling classes are provide for putting and getting data from different types of containers: MemCached, Redis, XCache and static class variables. Each of the cache container classes implement an interface for storing, retrieving and deleting values ...
... types of cache storage containers. It can store, retrieve, and delete entries of data stored in a given storage container. Currently it supports memcached, eaccelerator, apc, xcache or caches using a separate caching class. example class Site Meter
... . Currently this package comes with container implementation classes to store and retrieve cached data using XCache, APC, eAccelerator, files, memcached using Cesar Rodas pure PHP gMemcache class, and SQLite. classes loader Cacheme abstract class factory class APC Cache class eAccelerator ...
... cache containers to implement operations to store, check, retrieve, delete, flush cached entry values. Currently it supports containers like files, Memcached, APC, MySQL, SQLite and black hole. A separate class is provided to store and retrieve session data using caching containers. Documentation Documentation ...
... : file, Memcache and XCache. Examples Examples SimpleCache Factory Abstract Exception File Cache Interface Libmemcached Cache Memcached Cache Xcache Cache Site Meter