Browse Source

Merge pull request #545 from frqnck/patch-1

[caching] frqnck/apix-cache
pull/512/merge
Jose Diaz-Gonzalez 9 years ago
parent
commit
312ba8fe27
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -640,6 +640,8 @@ Libraries to help manage database schemas and migrations.
640 640
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
641 641
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
642 642
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
643
+* [APIx Cache](https://github.com/frqnck/apix-cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
644
+
643 645
 
644 646
 ## Data Structure and Storage
645 647
 *Libraries that implement data structure or storage techniques.*

Loading…
Cancel
Save