Removed the option to disable the entire cache
authorAlexander Ebert <ebert@woltlab.com>
Wed, 10 Sep 2014 17:53:21 +0000 (19:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 10 Sep 2014 17:53:21 +0000 (19:53 +0200)
commitf22a470ba769cb346ff21f2abb3313447dca77b4
tree065f5eac1f93673ab167640f532745d8362a94c7
parent6f9ccbafdaa3f933dfb7aa7eae1c63c4a8db1a8b
Removed the option to disable the entire cache

Originally intended for developers, this option has caused a lot of troubles without any real use. Turning it off can cripple an entire system, e.g. the entire installation system will blow up when the cache is disabled.

In fact it has no real use, if you want to debug a cache builder, you could just add an print_r() and exit() in getData() and then clear the cache. Profit.
com.woltlab.wcf/option.xml
wcfsetup/install/files/lib/system/cache/source/NoCacheSource.class.php [deleted file]
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml