This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ supported by Doctrine.
288
288
caches :
289
289
meta : doctrine_cache.providers.phpcr_meta
290
290
nodes : doctrine_cache.providers.phpcr_nodes
291
+ query : doctrine_cache.providers.phpcr_query
291
292
parameters :
292
293
# ... general parameters and options
293
294
@@ -308,6 +309,7 @@ supported by Doctrine.
308
309
<caches
309
310
meta =" doctrine_cache.providers.phpcr_meta"
310
311
nodes =" doctrine_cache.providers.phpcr_nodes"
312
+ query =" doctrine_cache.providers.phpcr_query"
311
313
/>
312
314
313
315
<!-- ... general parameters and options -->
@@ -328,8 +330,9 @@ supported by Doctrine.
328
330
'type' => 'doctrinedbal',
329
331
'connection' => 'default',
330
332
'caches' => [
331
- 'meta' => 'doctrine_cache.providers.phpcr_meta'
332
- 'nodes' => 'doctrine_cache.providers.phpcr_nodes'
333
+ 'meta' => 'doctrine_cache.providers.phpcr_meta',
334
+ 'nodes' => 'doctrine_cache.providers.phpcr_nodes',
335
+ 'query' => 'doctrine_cache.providers.phpcr_query',
333
336
],
334
337
'parameters' => [
335
338
// ... general parameters and options
You can’t perform that action at this time.
0 commit comments