Browse Source

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.
pull/545/head
Franck Cassedanne 10 years ago
parent
commit
6ad7447cf2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

611
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
611
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
612
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
612
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
613
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
613
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
614
+* [APIx Cache](https://github.com/frqnck/apix-cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
615
+
614
 
616
 
615
 ## Data Structure and Storage
617
 ## Data Structure and Storage
616
 *Libraries that implement data structure or storage techniques.*
618
 *Libraries that implement data structure or storage techniques.*

Loading…
Cancel
Save