We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb48150 commit c742d45Copy full SHA for c742d45
README.md
@@ -154,7 +154,7 @@ var_dump($policy->counter); // actual value
154
155
## Schema Cache
156
Any new mapper instance will fetch schema from the tarantool, this requests can takes a bit of database load.\
157
-Use your favorite psr/cache implementation to persist schema on the application side.\
+Use your favorite `psr/cache` implementation to persist schema on the application side.\
158
For example, we use apcu adapter from `symfony/cache` package.\
159
If new schema version is not persisted in cache, mapper will fetch it
160
```php
0 commit comments