| @@ -33,17 +33,5 @@ | ||
| 33 | 33 | $this->configFactory, |
| 34 | 34 | $this->configParameterFactory |
| 35 | 35 | ); |
| 36 | 36 | } |
| 37 | - | |
| 38 | - /** | |
| 39 | - * Creates a RedisCacheProvider object. | |
| 40 | - */ | |
| 41 | - public function createRedisCacheProvider(): RedisCacheProvider | |
| 42 | - { | |
| 43 | - return new RedisCacheProvider( | |
| 44 | - $this->wordpress, | |
| 45 | - $this->configFactory, | |
| 46 | - $this->configParameterFactory | |
| 47 | - ); | |
| 48 | - } | |
| 49 | 37 | } |