Files
iTop/lib/symfony/framework-bundle/Tests/Functional/app/CachePools/config.yml
Pierre Goiffon ad821e7d9c N°2651 rollback gitignore for lib tests dirs
Too dangerous ! We'll work properly on this but for 2.8
2020-01-10 15:23:15 +01:00

15 lines
324 B
YAML

imports:
- { resource: ../config/default.yml }
framework:
cache:
pools:
cache.pool1:
public: true
adapter: cache.system
cache.pool2:
public: true
adapter: cache.pool3
cache.pool3:
clearer: ~