Not a developer? Go to MovableType.com

Documentation

MemcachedDriver

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

Used to customize the Memcached support for your Movable Type installation. If MemcachedServers is configured, this setting will determine which Perl package is used to interact with your Memcached server(s). The default setting is Cache::Memcached.

To specify an alternative driver, place this line in your mt-config.cgi file:

MemcachedDriver Cache::Memcached::Fast

The Perl package identified must be installed on your server.

This directive was introduced in version 4.1.

Back