Support namespacing in cache.Store by framing the interface functions around interface{} and providing a key function to each Store implementation. Implementation of a fix for #2294.
This is useful for test suites where you want to kill your workers without having to run one test env per execution.