Richard van der Hoff 95f21c7a66 Fix caching of remote servers' signature keys
The `@cached` decorator on `KeyStore._get_server_verify_key` was missing
its `num_args` parameter, which meant that it was returning the wrong key for
any server which had more than one recorded key.

By way of a fix, change the default for `num_args` to be *all* arguments. To
implement that, factor out a common base class for `CacheDescriptor` and `CacheListDescriptor`.
2017-03-22 15:11:30 +00:00
..
2014-08-12 15:10:52 +01:00
2017-01-17 11:18:13 +00:00
2016-07-25 12:25:06 +01:00
2016-07-20 16:42:32 +01:00
2016-07-26 07:35:48 +01:00
2016-01-07 04:26:29 +00:00
2017-01-30 17:11:24 +00:00
2016-02-19 15:34:38 +00:00
2016-11-30 17:45:49 +00:00
2016-02-19 15:34:38 +00:00
2016-08-26 15:40:27 +01:00