zeroconf: blindly forward extra argument to the core config method
The new default value handling is simpler if we let the original function handle
everything.
localrepo: factor out base of filecache annotation class
It isn't needed that storecache is derived from repofilecache.
Changes in this patch allow repofilecache and storecache to do in own
__init__() differently from each other.