/**
  * 
  * @return ICache or null when cache didn't set
  */
 public function cache()
 {
     return Cache::singleton();
 }