From 84eab085762a2635a9b86c0e22685554a45828e4 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sat, 27 May 2017 17:28:50 -0300 Subject: [PATCH] Added the ByJG Cache Engine class - A multi-purpose cache engine PSR-6 and PSR-16 implementation with several drivers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f77c252..ef24ff6 100644 --- a/README.md +++ b/README.md @@ -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. * [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. * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP). * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.