Jackdaw's Nest A Web Log
# Playing Around with PHP Caching Static Files 2016/09/28
For some reason I've never used var_export
before, but it seems like a useful tool
for caching PHP objects or arrays.
I just read a blog post about using the filesystem as a cache for full PHP objects and the results can be pretty good.