Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Jul 10, 2024
1 parent 2cc80b8 commit 7df9124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $mapper->getSpace('_vspace'); // no new requests are made
```

## Query Cache
If you don't want to perform select queries you can inject cache interface to space instance.\
If you don't want to repeat select queries you can inject cache interface implementation to space.\
Use your favorite psr/cache implementation to persist schema on the application side.\
For example, we use array adapter from `symfony/cache` package.
```php
Expand Down

0 comments on commit 7df9124

Please sign in to comment.