1 | <?php |
||
18 | class Configurations extends Bootstrapper |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function bootstrap(): void |
||
39 | |||
40 | /** |
||
41 | * Returns the default application cache config. |
||
42 | * |
||
43 | * In order to keep it simple we use the `array` driver. Feel free |
||
44 | * to use another driver, be sure to check the cache component |
||
45 | * documentation. |
||
46 | * |
||
47 | * @return array |
||
48 | */ |
||
49 | protected function getCacheConfig(): array |
||
60 | } |
||
61 |