Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class CacheConfigurationManager implements CacheConfigurationManagerInterface |
||
16 | { |
||
17 | /** |
||
18 | * Save into the DB, and inject to the FilesystemAdapter: |
||
19 | * A string used as the subdirectory of the root cache directory, where cache |
||
20 | * items will be stored |
||
21 | * |
||
22 | * @see https://symfony.com/doc/current/components/cache/adapters/filesystem_adapter.html |
||
23 | */ |
||
24 | public function getNamespace(): string |
||
38 |