Przeglądaj źródła

Sort caching section

pull/512/merge
Jose Diaz-Gonzalez 9 lat temu
rodzic
commit
3d30bf2a56
1 zmienionych plików z 4 dodań i 5 usunięć
  1. 4
    5
      README.md

+ 4
- 5
README.md Wyświetl plik

@@ -635,13 +635,12 @@ Libraries to help manage database schemas and migrations.
635 635
 *Libraries for caching data.*
636 636
 
637 637
 * [Alternative PHP Cache (APC)](http://php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
638
-* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
639
-* [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
638
+* [APIx Cache](https://github.com/frqnck/apix-cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
639
+* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
640 640
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
641
+* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
641 642
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
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
+* [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
645 644
 
646 645
 ## Data Structure and Storage
647 646
 *Libraries that implement data structure or storage techniques.*

Ładowanie…
Anuluj
Zapisz