/**
  * Class constructor
  */
 public function __construct()
 {
     $this->cache = Cache::create();
 }