modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

MODX_CACHE_DISABLED constant not working #10121

Open modxbot opened 11 years ago

modxbot commented 11 years ago

everettg_99 created Redmine issue ID 10121

You can set the MODX_CACHE_DISABLED constant in your config.inc.php or the $modx_cache_disabled variable in your index.php, but these variables/values are not referenced anywhere in the MODX code base.

Expected behavior would be that nothing gets cached: no cache files should be generated inside the core/cache/ directory.

Actual behavior: everything caches normally.