From 6ad7447cf275f97b21e9fba35f6a0f8340956e32 Mon Sep 17 00:00:00 2001 From: Franck Cassedanne Date: Sun, 17 Jan 2016 13:24:29 +0000 Subject: [PATCH] Adds APIX Cache, PSR-6 cache-tagging APIx Cache is a generic and thin cache wrapper with a simple interface to various different caching backends and emphasising cache tagging and indexing. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e52fb08..d5da15e 100644 --- a/README.md +++ b/README.md @@ -611,6 +611,8 @@ Libraries to help manage database schemas and migrations. * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP). * [Stash](https://github.com/tedivm/Stash) - Another library for caching. * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line. +* [APIx Cache](https://github.com/frqnck/apix-cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing. + ## Data Structure and Storage *Libraries that implement data structure or storage techniques.*