Skip to content

Commit

Permalink
Merge pull request killbill#286 from reshmabidikar/invalidate-cache
Browse files Browse the repository at this point in the history
Improvements to invalidate cache method
  • Loading branch information
pierre authored Jan 2, 2024
2 parents 8ccd7e7 + 837ab7a commit 7a19ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ These APIs invalidate caches and move a host in and out of the rotation

### Invalidate a specific cache, or invalidate all caches

Invalidates a specified cache. If no cache is specified, it invalidates all Kill Bill caches on the server.
Invalidates a specified cache. If no cache is specified, it invalidates all Kill Bill caches on the server. Note that this method only clears the local cache. In case of a multi-node implementation, this method would need to be invoked on each node.

**HTTP Request**

Expand Down

0 comments on commit 7a19ca3

Please sign in to comment.