I'm reviewing the code on a project that has the following defined in the main config.php as a boolean:
cache => true
Looking at the docs this doesn't seem to be referenced anywhere. Does the config option exist in Craft 2? I'm not seeing any documentation that states it does.
I know others like cacheMethod and cacheDuration do.
{% cache %}, example:{% cache globally using key 'someKey' if craft.config.cache %}. That's where its coming from! Mystery solved. Not standard Craft, but I guess like you said a way to toggle caching overall. – James White May 08 '18 at 17:42