|
1 | 1 | ### Drivers descriptions
|
2 | | -* Apc **(REMOVED in V8)** |
| 2 | +* Apc **(REMOVED in v8)** |
3 | 3 | * The Alternative Php Cache (APC) driver. A memory cache for regular performances.
|
4 | 4 | * Apcu
|
5 | 5 | * The Alternative Php User Cache (APCU) driver. A memory cache for regular performances.
|
6 | | -* Arangodb **(Added in V9)** |
| 6 | +* Arangodb **(Added in v9)** |
7 | 7 | * A very high-performance NoSQL driver using a key-value pair system.
|
8 | 8 | * Cassandra
|
9 | 9 | * A very high-performance NoSQL driver using a key-value pair system. Please note that the Driver rely on php's Datastax extension: https://github.com/datastax/php-driver
|
10 | | -* Cookie **(REMOVED in V9)** |
| 10 | +* Cookie **(REMOVED in v9)** |
11 | 11 | * A cookie driver to store non-sensitive scalar (only) data. Limited storage up to 4Ko.
|
12 | | -* Couchbase **(REMOVED in V9)** |
| 12 | +* Couchbase **(REMOVED in v9)** |
13 | 13 | * A very high-performance NoSQL driver using a key-value pair system, replaced by Couchbasev3 as of v8.0.8.
|
14 | 14 | * Couchbasev3 **(Added in v8.0.8)**
|
15 | 15 | * Same as Couchbase but for Couchbase PHP-SDK 3.0 support.
|
| 16 | + * Will be deprecated as of v10 |
| 17 | +* Couchbasev4 **(Added in v9.2.0)** |
| 18 | + * Couchbase PHP-SDK 4.x support. |
| 19 | + * :new: It is now a [separated extension](https://github.com/PHPSocialNetwork/couchbasev4-extension) which is no longer part of the Phpfastcache's core. |
16 | 20 | * Couchdb
|
17 | 21 | * A very high-performance NoSQL driver using a key-value pair system.
|
18 | | -* Devfalse **(REMOVED in V9)** |
| 22 | +* Devfalse **(REMOVED in v9)** |
19 | 23 | * A development driver that return false for everything except driverCheck().
|
20 | 24 | * Devnull
|
21 | 25 | * A development driver that return null for driverRead() and driverIsHit() (get actions) and true for other action such as driverDelete, DriverClear() etc.
|
22 | | -* Devtrue **(REMOVED in V9)** |
| 26 | +* Devtrue **(REMOVED in v9)** |
23 | 27 | * A development driver that return true for everything including driverCheck().
|
24 | 28 | * Devrandom **(Added in v8.0.8)**
|
25 | 29 | * A development driver with configurable factor chance and data length.
|
26 | | -* Dynamodb **(Added in V9)** |
| 30 | +* Dynamodb **(Added in v9)** |
27 | 31 | * An AWS cloud NoSQL driver using a key-value pair system. Be careful when flushing the table as it will delete and recreate the table due to a Dynamodb limitation.
|
28 | 32 | * Files
|
29 | 33 | * A file driver that use serialization for storing data for regular performances. A _$path_ config must be specified, else the system temporary directory will be used.
|
30 | | -* Firestore **(Added in V9)** |
| 34 | +* Firestore **(Added in v9)** |
31 | 35 | * A GCP cloud NoSQL driver using a key-value pair system. Collections are created automatically on-the-fly.
|
32 | 36 | * Leveldb
|
33 | 37 | * A NoSQL driver using a key-value pair system. A _$path_ config must be specified, else the system temporary directory will be used.
|
|
46 | 50 | * RedisCluster use the RedisCluster class with a different driver name but behave slightly differently than Redis driver.
|
47 | 51 | * Riak **(REMOVED in v8.0.6)**
|
48 | 52 | * A very high-performance NoSQL driver using a key-value pair system.
|
49 | | -* Solr **(Added in V9.1)** |
| 53 | +* Solr **(Added in v9.1)** |
50 | 54 | * A Solr driver that use Solarium as PHP client for good performances.
|
51 | 55 | * Sqlite
|
52 | 56 | * A Sqlite driver that use serialization for storing data for regular performances. A _$path_ config must be specified, else the system temporary directory will be used.
|
53 | 57 | * Ssdb
|
54 | 58 | * A very high-performance NoSQL driver using a key-value pair system.
|
55 | 59 | * Wincache
|
56 | 60 | * The Wincache driver. A memory cache for regular performances on Windows platforms.
|
57 | | -* Xcache **(REMOVED in V8)** |
| 61 | + * Will be removed in v10 due to the lack of updates to PHP8 [as officially stated by PHP](https://www.php.net/manual/en/install.windows.recommended.php). |
| 62 | +* Xcache **(REMOVED in v8)** |
58 | 63 | * The Xcache driver. A memory cache for regular performances.
|
59 | 64 | * Zend Disk Cache ( * Requires ZendServer Version 4 or higher * )
|
60 | 65 | * The Zend Data Cache is a by ZendServer supported file cache. The cache is for regular performance.
|
|
0 commit comments