Move cache configuration in dedicated method
To cleanup BaseWorker.configure, please move all the last part of the method about cache in a new one named configure_cache
This new method will be simply called in ElementsWorker.configure as a second super() call