Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some more tests | Richard van der Hoff | 2020-10-21 | 1 | -0/+95 |
| | |||||
* | Push some deferred wrangling down into DeferredCache | Richard van der Hoff | 2020-10-21 | 1 | -9/+9 |
| | |||||
* | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 2020-10-19 | 1 | -4/+23 |
| | | | | | | | | | | | * Add `DeferredCache.get_immediate` method A bunch of things that are currently calling `DeferredCache.get` are only really interested in the result if it's completed. We can optimise and simplify this case. * Remove unused 'default' parameter to DeferredCache.get() * another get_immediate instance | ||||
* | Combine the two sets of DeferredCache tests | Richard van der Hoff | 2020-10-14 | 1 | -2/+75 |
| | |||||
* | move DeferredCache into its own module | Richard van der Hoff | 2020-10-14 | 1 | -0/+64 |