public function getStats()
 {
     $this->getStatsHasBeenCalled = true;
     return $this->cacheProvider->getStats();
 }