Refactor CacheConfiguration to remove the engine property and related methods, simplifying cache configuration management.

This commit is contained in:
netkas 2025-03-13 13:59:48 -04:00
parent 54b401b944
commit b6829ff2b5
Signed by: netkas
GPG key ID: 4D8629441B76E4CC
2 changed files with 1 additions and 14 deletions

View file

@ -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);