Refactor CacheConfiguration to remove the engine property and related methods, simplifying cache configuration management.
This commit is contained in:
parent
54b401b944
commit
b6829ff2b5
2 changed files with 1 additions and 14 deletions
|
@ -109,7 +109,6 @@
|
|||
|
||||
// Cache layer configuration
|
||||
$config->setDefault('cache.enabled', false);
|
||||
$config->setDefault('cache.engine', 'redis');
|
||||
$config->setDefault('cache.host', '127.0.0.1');
|
||||
$config->setDefault('cache.port', 6379);
|
||||
$config->setDefault('cache.username', null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue