Jackdaw's Nest

Playing Around with PHP Caching Static Files

2016-10-07

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.