database.inc |
database.inc |
|
This code is copy and paste from includes/cache.inc
The function names have been prefixed with underscore to avoid namespace
conflicts. It is used for bins that map to 'database' for datbase fallback
storage. |
dmemcache.inc |
dmemcache.inc |
|
|
memcache-lock-code.inc |
memcache-lock-code.inc |
|
A memcache based implementation of a locking mechanism.
See includes/lock.inc for documenation |
memcache-lock.inc |
memcache-lock.inc |
|
|
memcache-lock.test |
tests/memcache-lock.test |
|
|
memcache-session.inc |
memcache-session.inc |
|
User session handling functions. |
memcache.db.inc |
memcache.db.inc |
|
Implementation of cache.inc with memcache logic included. |
memcache.inc |
memcache.inc |
|
|
memcache.info |
memcache.info |
|
name = Memcache
description = High performance integration with memcache.
package = Performance and scalability
core = 6.x |
memcache.install |
memcache.install |
|
Install, update and uninstall functions for the memcache module. |
memcache.module |
memcache.module |
|
|
memcache.test |
tests/memcache.test |
|
|
memcache_admin.info |
memcache_admin/memcache_admin.info |
|
name = Memcache Admin
description = Adds a User Interface to monitor the Memcache for this site.
package = Performance and scalability
core = 6.x |
memcache_admin.install |
memcache_admin/memcache_admin.install |
|
Install, update and uninstall functions for the memcache_admin module. |
memcache_admin.module |
memcache_admin/memcache_admin.module |
|
|
memcache_test.info |
tests/memcache_test.info |
|
name = Memcache test
description = Support module for memcache testing.
package = Testing
core = 6.x
hidden = TRUE |
memcache_test.module |
tests/memcache_test.module |
|
|
README.txt |
README.txt |
|
## IMPORTANT NOTE ##
This file contains installation instructions for the 6.x-1.x version of the
Drupal Memcache module. Configuration differs between 6.x and 7.x versions
of the module, so be sure to follow the 7.x instructions if you are… |