Skip to content

Commit 8efde63

Browse files
Matias SalinasMatias Salinas
authored andcommitted
fix: README.md
1 parent 9006592 commit 8efde63

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -256,24 +256,12 @@ You can clear the entire cache (both in-memory and persistent storage) using the
256256
- 🔶 Azure Blob Storage
257257
- 💽 Local Filesystem
258258

259-
### ❌ Pattern-based deletion limitations
260-
261-
If you attempt to use `pattern=...` with `backend=true`, CacheBolt will return an error. Pattern-based invalidation is **only supported in-memory**, not in persistent storage.
262-
263259
### ✅ Example: Full cache invalidation
264260

265261
```bash
266262
curl -X DELETE "http://localhost:3000/cache?backend=true"
267263
```
268264

269-
This will:
270-
271-
Clear all in-memory cache
272-
273-
Batch-delete all objects under the prefix cache/{app_id}/ from the configured storage backend
274-
275-
On S3, it uses optimized DeleteObjects requests (up to 1000 keys per request)
276-
277265
---
278266

279267
## 📄 License

0 commit comments

Comments
 (0)