Added the ByJG Cache Engine class

- A multi-purpose cache engine PSR-6 and PSR-16 implementation with several drivers.
This commit is contained in:
Joao Gilberto Magalhaes 2017-05-27 17:28:50 -03:00
parent 3da27b662f
commit 84eab08576

View File

@ -696,6 +696,7 @@ Libraries to help manage database schemas and migrations.
* [Alternative PHP Cache (APC)](http://php.net/manual/en/book.apc.php) - Open opcode cache for PHP. * [Alternative PHP Cache (APC)](http://php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
* [APIx Cache](https://github.com/frqnck/apix-cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing. * [APIx Cache](https://github.com/frqnck/apix-cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
* [ByJG Cache Engine](https://github.com/byjg/cache-engine-php) - A multi-purpose cache engine PSR-6 and PSR-16 implementation with several drivers.
* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line. * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP). * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library. * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.