Hi, many thnx 4 your great work.
There is a little bug with cash interface
you got
"public function set($response, $key, $seconds)"
in cache.php
fwhile in the interface you got
"set($key, $response, $seconds);"
custom implementations if this order will not change will return "array_key_exists(): The first argument should be either a string or an integer" due to this .....
Hi, many thnx 4 your great work. There is a little bug with cash interface
you got
"public function set($response, $key, $seconds)"
in cache.php
fwhile in the interface you got
"set($key, $response, $seconds);"
custom implementations if this order will not change will return "array_key_exists(): The first argument should be either a string or an integer" due to this .....