Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update mypy configuration: `no_implicit_optional = True` (#9742) | Jonathan de Jong | 2021-04-05 | 1 | -1/+3 |
| | |||||
* | Empty iterables should count towards cache usage. (#9028) | Patrick Cloke | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | fix failure case | Richard van der Hoff | 2020-10-21 | 1 | -1/+4 |
| | |||||
* | optimise DeferredCache.set | Richard van der Hoff | 2020-10-21 | 1 | -3/+12 |
| | |||||
* | Push some deferred wrangling down into DeferredCache | Richard van der Hoff | 2020-10-21 | 1 | -9/+48 |
| | |||||
* | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 2020-10-19 | 1 | -10/+25 |
| | | | | | | | | | | | * 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 | ||||
* | type annotations for LruCache | Richard van der Hoff | 2020-10-16 | 1 | -2/+3 |
| | |||||
* | Make LruCache register its own metrics (#8561) | Richard van der Hoff | 2020-10-16 | 1 | -30/+13 |
| | | | | | rather than have everything that instantiates an LruCache manage metrics separately, have LruCache do it itself. | ||||
* | move DeferredCache into its own module | Richard van der Hoff | 2020-10-14 | 1 | -0/+292 |