mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Add docs for recalculate caches
This commit is contained in:
parent
b6509a3ad7
commit
5418dc152e
1 changed files with 11 additions and 0 deletions
|
|
@ -412,3 +412,14 @@ Response:
|
|||
{"version":"v0.6.0"}
|
||||
```
|
||||
|
||||
### Recalculate Caches
|
||||
|
||||
`POST /recalculatecaches`
|
||||
|
||||
Recalculates the caches on demand. The cache is recalculated every 10
|
||||
secondes by default. This endpoint can be used to recalculate the cache
|
||||
before the 10 second interval. This should probably only be used in
|
||||
integration tests and not in a typical production workflow.
|
||||
|
||||
Response: `204 No Content`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue