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
..
2017-03-15 16:01:01 +00:00
2017-03-17 15:06:07 +00:00
2017-03-16 11:54:26 +00:00
2017-03-20 13:47:56 +00:00
2017-03-16 11:54:26 +00:00
2017-02-21 13:43:36 +00:00
2017-01-17 14:32:53 +00:00
2017-03-16 11:54:26 +00:00
2017-02-02 10:53:36 +00:00
2016-08-08 16:40:39 +01:00
2017-03-17 15:06:07 +00:00