Browse Source

Move and cleanup cachetool entry

pull/408/merge
Jamie 10 years ago
parent
commit
7ff3e2f60a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -601,6 +601,7 @@ Libraries to help manage database schemas and migrations.
601 601
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
602 602
 * [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
603 603
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
604
+* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
604 605
 
605 606
 ## Data Structure and Storage
606 607
 *Libraries that implement data structure or storage techniques.*
@@ -698,7 +699,6 @@ Libraries to help manage database schemas and migrations.
698 699
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
699 700
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
700 701
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
701
-* [CacheTool](https://github.com/gordalina/cachetool) - Clear apc/opcode caches from the command line.
702 702
 
703 703
 # Software
704 704
 *Software for creating a development environment.*

Loading…
Cancel
Save