Skip to content
Snippets Groups Projects
Unverified Commit 87d5601a authored by mattwire's avatar mattwire Committed by GitHub
Browse files

Merge pull request #595 from eileenmcnaughton/patch-1

Docs make it clear that clear is the preferred method
parents 33179d05 1778f220
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ The `CRM_Utils_Cache_Interface` class lays out the methods for saving and retrie
* Flush the entire cache
```php
Civi::cache()->flush();
Civi::cache()->clear();
```
!!! tip "PSR-16 Compliance (v5.4+)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment