Not a developer? Go to MovableType.com

Documentation

DisableMetaObjectCache

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.

Ignores the cache of meta objects.

In version 5.2, meta object data is included with the parent’s object cache data. In this way, meta objects do not need to be cached and so the default is set to ignore the meta object cache. If the cache is needed (due to compatibility issues, for example), reactivate the cache by setting the value to “0.”

Default

1 (ignore cache)

Examples

DisableMetaObjectCache 1

Back