.

Memcache
[Cache]

Replace DB-based cache and sessions with Memcache based - that is: store cache in memory. More...

Classes

class   CacheMemcacheImpl
  Cache Persistance using Memcache. More...
class   GyroMemcache
  Wrapper around memcache/memcached. More...
class   MemcacheCacheItem
  Cache Item for Memcache. More...
class   MemcacheSession
  Redirect session to write to Memcache. More...

Detailed Description

Replace DB-based cache and sessions with Memcache based - that is: store cache in memory.

Usage

When enabled, the cache and session persistence gets changed to Memcache. Nothing else to do.

Additional notes

This module requires either memcache or memcached extension to be installed and configured properly.