cache icon indicating copy to clipboard operation
cache copied to clipboard

Simple caching library with support for tags

Results 4 cache issues
Sort by recently updated
recently updated
newest added

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.