mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
6a1ad7c677
This allows for better caching capabilities on servers. If a cache key is passed and the web service call does not require the user to be logged in we will attempt to use GET for the request. This allows for things like proxy caching on URLs. The cache key must be changed if we do not want to retrieve what has been cached and want to perform the request again.