Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bvtterfly authored Sep 10, 2022
1 parent bef52f3 commit 3b30595
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,16 @@ To identify a previously executed response that’s being replayed from the serv

If Replay can't find the key, it attempts to acquire a cache lock and caches successful or server error responses. Still, if it can't acquire the lock, another request with the same key is already in progress, then it will respond with the HTTP Conflict response status code.


## Resetting the Cache

If you need to manually reset the cache for this package, you may use the following artisan command:

```bash
php artisan replay:cache-reset
```


## 🧪 Testing

```bash
Expand Down

0 comments on commit 3b30595

Please sign in to comment.