File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $cache->save();
5656 This method uses the [ Koded Simple Cache] [ koded-cache-simple ] package.
5757Please see the README in that repository for the specific arguments.
5858
59- You can grab the cache client if you want to use the client directly
59+ You can grab the cache client if you want to use it directly
6060
6161``` php
6262/** $var Psr\SimpleCache\CacheInterface $client */
@@ -74,7 +74,7 @@ you can use the `saveDeferred()` method. These cache items are saved when you
7474
7575** Keep in mind that ` commit() ` is not an atomic operation.**
7676There is no guarantee that all items will be saved, because anything can
77- happen while ` save() ` is called (network, client crash, etc).
77+ happen while ` save() ` runs (network, client crash, etc).
7878
7979``` php
8080$cache->saveDeferred($event);
You can’t perform that action at this time.
0 commit comments