Lines Matching refs:cache
348 # EVIDENCE-OF: R-23182-54295 The cache parameter may be set to either
353 1 {file:test.db?cache=private} {not an error}
354 2 {file:test.db?cache=shared} {not an error}
355 3 {file:test.db?cache=yes} {no such cache mode: yes}
356 4 {file:test.db?cache=} {no such cache mode: }
366 # EVIDENCE-OF: R-49793-28525 Setting the cache parameter to "private" is
370 # "cache" parameter is present in a URI filename, its value overrides
383 2.1 "file:test.db?cache=private" "" 0 0
384 2.2 "file:test.db?cache=private" "" 1 0
385 2.3 "file:test.db?cache=private" private 0 0
386 2.4 "file:test.db?cache=private" private 1 0
387 2.5 "file:test.db?cache=private" shared 0 0
388 2.6 "file:test.db?cache=private" shared 1 0
390 3.1 "file:test.db?cache=shared" "" 0 1
391 3.2 "file:test.db?cache=shared" "" 1 1
392 3.3 "file:test.db?cache=shared" private 0 1
393 3.4 "file:test.db?cache=shared" private 1 1
394 3.5 "file:test.db?cache=shared" shared 0 1
395 3.6 "file:test.db?cache=shared" shared 1 1