cache
cache copied to clipboard
Simple caching library with support for tags
https://github.com/endeveit/cache/wiki/PDO Where mysql and sqlite driver? No files for this namespaces Endeveit\Cache\Drivers\Pdo\SQLite, Endeveit\Cache\Drivers\Pdo\MySQL
The library does not use native expiration for expired items. Instead it stores expiration time inside data array and checks if item was expired. As soon as it just returns...
I found that this was needed for PHP 7 compatibility.