Skip to content

Commit 1ec0c6c

Browse files
committed
docs
1 parent 5453251 commit 1ec0c6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,10 @@ $tags = ['one', 'two', 'three'];
7878
Tracker::invalidate($tags);
7979
```
8080

81+
### Flushing tracked data
82+
To invalidate all pages containing your tracked data call:
83+
84+
```php
85+
Tracker::flush();
86+
```
8187

0 commit comments

Comments
 (0)