Skip to content

Commit f597fcc

Browse files
committed
Update Readme & Drivers Info
1 parent 62a807c commit f597fcc

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ One Class uses for All Cache. You don't need to rewrite your code many times aga
1111

1212
### Supported drivers at this day *
1313

14-
| Regular drivers | High performances drivers | Development driver |
15-
|------------------|---------------------------|--------------------|
16-
| `Apc(u)` | `CouchBase` | `Devnull` |
17-
| `Cookie` | `Mongodb` | `Devfalse` |
18-
| `Files` | `Predis` | `Devtrue` |
19-
| `Leveldb` | `Redis` | |
20-
| `Memcache(d)` | `Ssdb` | |
21-
| `Sqlite` | | |
22-
| `Wincache` | | |
23-
| `Xcache` | | |
14+
| Regular drivers | High performances drivers | Development driver |
15+
|--------------------|---------------------------|--------------------|
16+
| `Apc(u)` | `CouchBase` | `Devnull` |
17+
| `Cookie` | `Mongodb` | `Devfalse` |
18+
| `Files` | `Predis` | `Devtrue` |
19+
| `Leveldb` | `Redis` | |
20+
| `Memcache(d)` | `Ssdb` | |
21+
| `Sqlite` | `Zend Memory Cache` | |
22+
| `Wincache` | | |
23+
| `Xcache` | | |
24+
| `Zend Disk Cache` | | |
2425

2526
\* Driver descriptions available in DOCS/DRIVERS.md
2627

docs/DRIVERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* The Wincache driver. A memory cache for regular performances on Windows platforms.
3636
* Xcache
3737
* The Xcache driver. A memory cache for regular performances.
38-
* Zend Disk Cache
38+
* Zend Disk Cache ( * Requires ZendServer Version 4 or higher * )
3939
* The Zend Data Cache is a by ZendServer supported file cache. The cache is for regular performance.
40-
* Zend Memory Cache
40+
* Zend Memory Cache ( * Requires ZendServer Version 4 or higher * )
4141
* The Zend Memory Cache is a by ZendServer supported memory cache. The cache is for high-performance applications.

0 commit comments

Comments
 (0)