Core → Cache

Cache::InBackend

If enabled, the cache data will be stored in cache backend.

This setting can not be deactivated.

Default value:

--- '1'

Cache::InMemory

If enabled, the cache data be held in memory.

This setting can not be deactivated.

Default value:

--- '1'

Cache::Module

Selects the cache backend to use.

This setting can not be deactivated.

Default value:

--- Kernel::System::Cache::FileStorable

Cache::SubdirLevels

Specify how many sub directory levels to use when creating cache files. This should prevent too many cache files being in one directory.

This setting can not be deactivated.

Default value:

--- '2'