Skip to content

Commit e16d686

Browse files
committed
Readme: unify cache path
1 parent 8108780 commit e16d686

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ nettrine.dbal:
233233
default:
234234
configuration:
235235
# Create cache manually
236-
resultCache: App\CacheService(%tempDir%/cache/dbal)
236+
resultCache: App\CacheService(%tempDir%/cache/doctrine/dbal)
237237
238238
# Use registered cache service
239239
resultCache: @cacheService
@@ -255,7 +255,7 @@ nettrine.dbal:
255255
connections:
256256
default:
257257
# Creat cache manually
258-
resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: doctrine-dbal, defaultLifetime: 0, directory: %tempDir%/cache/dbal)
258+
resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: dbal, defaultLifetime: 0, directory: %tempDir%/cache/doctrine/dbal)
259259
260260
# Use registered cache service
261261
resultCache: @cacheFilesystem

tests/Cases/E2E/QueryTest.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Toolkit::test(function (): void {
9090
password: test
9191
user: test
9292
path: ":memory:"
93-
resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: dbal, defaultLifetime: 0, directory: %tempDir%/cache/nettrine)
93+
resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: dbal, defaultLifetime: 0, directory: %tempDir%/cache/doctrine/dbal)
9494
NEON
9595
));
9696
$compiler->addConfig([

0 commit comments

Comments
 (0)