Cache
CACHE_DRIVER
: What type of driver or connection to use for cache storage CACHE_DEFAULT_TTL
: Default cache time-to-live, defaults to 300 CACHE_PREFIX
: A prefix used for all cache written out from this installation CACHE_PATH
: The path to a folder where the system cache information will be stored CACHE_TABLE
: The database table name where cached information will be stored REDIS_CLIENT
: What type of php extension to use for Redis cache storage CACHE_HOST
: The hostname or IP address of the memcached or redis server CACHE_PORT
: The connection port for the host given, or blank if the provider default is used CACHE_USERNAME
: Credentials for the service if required CACHE_PASSWORD
: Credentials for the service if required CACHE_PERSISTENT_ID
: Memcached persistent ID setting CACHE_WEIGHT
: Memcached weight setting CACHE_DATABASE
: The desired Redis database number between 0 and 16 (or the limit set in your redis.conf file