HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/tracking.naniguide.com/vendor/phpfastcache/phpfastcache/docs/DRIVERS.md
### Drivers descriptions
* Apc **(REMOVED in V8)**
  * The Alternative Php Cache (APC) driver. A memory cache for regular performances.
* Apcu
  * The Alternative Php User Cache (APCU) driver. A memory cache for regular performances.
* Cassandra
  * 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
* Cookie
  * A cookie driver to store non-sensitive scalar (only) data. Limited storage up to 4Ko.
* Couchbase
  * A very high-performance NoSQL driver using a key-value pair system
* Couchbasev3 **(Added in V8.0.8)**
  * Same as Couchbase but for Couchbase PHP-SDK 3.0 support
* Couchdb
  * A very high-performance NoSQL driver using a key-value pair system
* Devfalse
   * A development driver that return false for everything except driverCheck()
* Devnull
   * A development driver that return null for driverRead() and driverIsHit() (get actions) and true for other action such as driverDelete, DriverClear() etc.
* Devtrue
   * A development driver that return true for everything including driverCheck()
* Files
  * 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.
* Leveldb
  * A NoSQL driver using a key-value pair system. A _$path_ config must be specified, else the system temporary directory will be used.
* Memcache
  * The Memcache driver. A memory cache for regular performances. Do not cross this driver with Memcached driver
* Memcached
  * The Memcached driver. A memory cache for regular performances. Do not cross this driver with Memcache driver
* Memstatic
  * The Memstatic driver is a memory static driver that expires when the script execution ends
* Mongodb
  * A very high-performance NoSQL driver using a key-value pair system
* Predis
  * A high-performance memory driver using a in-memory data structure storage. Less efficient than Redis driver as it is an embedded library
* Redis
  * A very high-performance memory driver using a in-memory data structure storage. More efficient than Predis driver as it is an compiled library
* Riak **(REMOVED in V8.0.6)**
  * A very high-performance NoSQL driver using a key-value pair system
* Sqlite
  * 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.
* Ssdb
  * A very high-performance NoSQL driver using a key-value pair system
* Wincache
  * The Wincache driver. A memory cache for regular performances on Windows platforms.
* Xcache **(REMOVED in V8)**
  * The Xcache driver. A memory cache for regular performances.
* Zend Disk Cache ( * Requires ZendServer Version 4 or higher * )
  * The Zend Data Cache is a by ZendServer supported file cache. The cache is for regular performance.
* Zend Memory Cache ( * Requires ZendServer Version 4 or higher * )
  * The Zend Memory Cache is a by ZendServer supported memory cache. The cache is for high-performance applications.