We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e533d commit 2cc80b8Copy full SHA for 2cc80b8
README.md
@@ -174,8 +174,9 @@ $mapper->getSpace('_vspace'); // no new requests are made
174
```
175
176
## 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.
+If you don't want to perform select queries you can inject cache interface to space instance.\
+Use your favorite psr/cache implementation to persist schema on the application side.\
179
+For example, we use array adapter from `symfony/cache` package.
180
```php
181
use Symfony\Component\Cache\Adapter\ArrayAdapter;
182
0 commit comments