Skip to content

Commit 2cc80b8

Browse files
committed
readme fix
1 parent 76e533d commit 2cc80b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ $mapper->getSpace('_vspace'); // no new requests are made
174174
```
175175

176176
## Query Cache
177-
If you don't want to perform select queries you can inject cache interface to space instance/\
178-
For example, we use apcu adapter from `symfony/cache` package.
177+
If you don't want to perform select queries you can inject cache interface to space instance.\
178+
Use your favorite psr/cache implementation to persist schema on the application side.\
179+
For example, we use array adapter from `symfony/cache` package.
179180
```php
180181
use Symfony\Component\Cache\Adapter\ArrayAdapter;
181182

0 commit comments

Comments
 (0)