Run php-cs-fixer on the codebase
Remove zetcode tester code
cache: fix: need LONGTEXT for values
Add some debugging output to check cache behaviour
Finished (well) with caching
config: actually load the Cache library
cache: remove one layer of nested arrays
Now it either returns ["the cached value"] or []
cache: now with parametrization
-unfinished transfer to parametrizable Cache: quoting incorrect
SQL (at least MySQL) requires a bare word for table name, not a string.
Revert "*could* do it without class"
This reverts commit 48acd640745e869d298ef878e839fbc2840b934a.
*could* do it without class