Fix-up comment regarding various cache options for APCu

This commit is contained in:
Adam Clark 2020-08-21 14:02:06 -07:00
parent 820eed1ebf
commit fd8ca41210
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ return [
// Minimal period in minutes between two calls of the "Cron" worker job.
'cron_interval' => 5,
// cache_driver (database|memcache|memcached|redis)
// Whether to use Memcache or Memcached or Redis to store temporary cache.
// cache_driver (database|memcache|memcached|redis|apcu)
// Whether to use Memcache, Memcached, Redis or APCu to store temporary cache.
'cache_driver' => 'database',
// config_adapter (jit|preload)