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.
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.