Not a developer? Go to MovableType.com

Documentation

DisableObjectCache

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.

Prevents the internal caching (to RAM or to Memcached) of records from the database. This is more of a developer setting and it is unadvisable to enable it for production installations.

Default

Not enabled

Values

1 to enable

Example

DisableObjectCache 1
Back