Feature request from gstaniforthsessiondigital, posted on GitHub Oct 10, 2014
Instead of storing cache in a serialised array it would be much faster to store it as a native php file and var_export() the array.
If the file is .php it will get picked up via the opcache and be stored in memory but also precompiled and stored in opcache. This would also remove unserialised logic also.