mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
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.
This commit is contained in:
parent
e8c3a1b514
commit
6ad7447cf2
@ -611,6 +611,8 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
|
* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
|
||||||
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
|
* [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.
|
* [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
|
## Data Structure and Storage
|
||||||
*Libraries that implement data structure or storage techniques.*
|
*Libraries that implement data structure or storage techniques.*
|
||||||
|
Loading…
Reference in New Issue
Block a user