8000 Merge pull request #869 from alexander-schranz/patch-1 · symfony-cmf/symfony-cmf-docs@1fe916d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1fe916d

Browse files
authored
Merge pull request #869 from alexander-schranz/patch-1
Add query cache documentation
2 parents e55ef17 + 1a2abc7 commit 1fe916d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bundles/phpcr_odm/configuration.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ supported by Doctrine.
288288
caches:
289289
meta: doctrine_cache.providers.phpcr_meta
290290
nodes: doctrine_cache.providers.phpcr_nodes
291+
query: doctrine_cache.providers.phpcr_query
291292
parameters:
292293
# ... general parameters and options
293294
@@ -308,6 +309,7 @@ supported by Doctrine.
308309
<caches
309310
meta="doctrine_cache.providers.phpcr_meta"
310311
nodes="doctrine_cache.providers.phpcr_nodes"
312+
query="doctrine_cache.providers.phpcr_query"
311313
/>
312314
313315
<!-- ... general parameters and options -->
@@ -328,8 +330,9 @@ supported by Doctrine.
328330
'type' => 'doctrinedbal',
329331
'connection' => 'default',
330332
'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',
333336
],
334337
'parameters' => [
335338
// ... general parameters and options

0 commit comments

Comments
 (0)
0