Skip to content
  • Cédric Anne's avatar
    Move cache configuration from DB to local config file · 9b30eb1f
    Cédric Anne authored
    * Cache configuration is now handled in DI container parameters.
    * `GLPI_CONFIG_DIR . '/parameters.yaml'` will be loaded, if existing, during container build.
    * Legacy cache config existing in DB will be migrated into the new local config file during migration from 9.4 to 10.0.
    * `global $GLPI_CACHE` has been dropped.
    * All tests are now ran using apcu cache adapter.
    * A unique cache id is now set on installation.
    9b30eb1f