openstacksdk/releasenotes/notes/basic-api-cache-4ad8cf2754b004d1.yaml
Artem Goncharov 46c6ed8a8d Rework caching
Replace caching solution:
- cache on the proxy layer (API communication)
- support caching all GET calls
- add possibility to bypass cache (important for _wait_for_ operations)

Cheery-Picked-From: https://review.opendev.org/c/openstack/openstacksdk/+/805851

Change-Id: I2c8ae2c59d15c750ea8ebd3031ffdd2ced2421ed
2022-04-14 12:50:53 +00:00

5 lines
83 B
YAML

---
features:
- |
Add possibility to cache GET requests using dogpile cache.