moodle/lib/ajax
Mark Nelson 6a1ad7c677 MDL-65794 core: allow ajax calls to specify a cache key
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.
2019-07-16 14:23:34 +08:00
..
ajaxlib.php MDL-44061 Ajax: Log whitespace issues to the server error log 2014-03-05 16:34:35 +08:00
blocks.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
getnavbranch.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
getsiteadminbranch.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
service-nologin.php MDL-65794 core: allow ajax calls to specify a cache key 2019-07-16 14:23:34 +08:00
service.php MDL-65794 core: allow ajax calls to specify a cache key 2019-07-16 14:23:34 +08:00
setuserpref.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00