Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan authored Jun 25, 2024
1 parent 2202c40 commit b1955e6
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 @@ -233,7 +233,7 @@ This request will return all posts with the status `active` and associated with

In your filter class, you can control caching by using the `enableCaching` static method. Set the `$useCache` static property to `true` to enable caching, or `false` to disable it. You can also customise the duration of the cache by modifying the `$cacheExpiration` property.`

> Caching is disabled by default.
> **Note**: Caching is disabled by default.
```php
/**
Expand Down

0 comments on commit b1955e6

Please sign in to comment.