File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ There is also **\LeanOrm\CachingModel** class that is meant to cache method retu
4545all instances of ** \LeanOrm\CachingModel** and its sub-classes (on each invocation of a php script
4646via command line or a webserver) where possible to improve performance. You can use it instead of
4747** \LeanOrm\Model** in your applications. The cached results do not persist between different
48- execution of your php script(s).
48+ executions of your php script(s).
4949
5050As at of the writing of this documentation, there are only two protected methods whose results
5151are being cached by ** \LeanOrm\CachingModel** :
@@ -1581,4 +1581,4 @@ The code above should output something like this below:
15811581That's all for query logging. To learn more take a look at the source code for the query logging related methods in ** \LeanOrm\Model** .
15821582
15831583
1584- [ <<< Previous] ( ./getting-started.md ) | [ Next >>>] ( ./more-about-records.md )
1584+ [ <<< Previous] ( ./getting-started.md ) | [ Next >>>] ( ./more-about-records.md )
You can’t perform that action at this time.
0 commit comments