Paul Dixon
Paul Dixon
Once a cache is warmed up, an application will call CacheInterface::contains() and CacheInterface::fetch() in rapid succession. The LifetimeFileCache would perform a file_get_contents() and unserialize() operation for both of these calls,...
Firstly, thanks for creating this! I created a fork and began making several improvements that I wanted: * PSR-4 compatible, so can now be easily installed via composer * PSR-2...
I really like Phrozn, but wanted to make it easier to use [Google Prettify](https://code.google.com/p/google-code-prettify/) within Markdown. It's possible to configure the Markdown parser to include the required 'prettyprint' class on...