Merge pull request #545 from frqnck/patch-1

[caching] frqnck/apix-cache
This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 21:47:25 -04:00
commit 312ba8fe27
1 changed files with 2 additions and 0 deletions

View File

@ -640,6 +640,8 @@ Libraries to help manage database schemas and migrations.
* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
* [Stash](https://github.com/tedious/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.*