summary refs log tree commit diff
path: root/changelog.d/5749.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some error cases in the caching layer. (#5749)Richard van der Hoff2019-07-251-0/+1
There was some inconsistent behaviour in the caching layer around how exceptions were handled - particularly synchronously-thrown ones. This seems to be most easily handled by pushing the creation of ObservableDeferreds down from CacheDescriptor to the Cache.