aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Settings/Cache
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Add "implements Stringable" to every class with "function __toString()"Bartosz DziewoƄski2024-06-131-1/+2
* Settings: Remove unstable markers and mark interfaces appropriatelyDerick Alangi2022-07-112-2/+4
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Use a mutex to prevent settings cache stampedesDan Duvall2022-01-281-29/+82
* Support stale cached settings for failoverDan Duvall2022-01-212-14/+82
* SettingsBuilder: load settings recursivelydaniel2022-01-181-1/+11
* Refactor SettingsBuilder to use BagOStuff.Dan Duvall2021-12-104-358/+10
* Refactor cache TTL for SettingsBuilder sourcesDan Duvall2021-12-022-12/+11
* Cache loading of SettingsBuilder sourcesDan Duvall2021-11-295-0/+526