/**
  * Check whether to use cache for specific component
  *
  * @return boolean
  */
 public function useCache($type = null)
 {
     return $this->_cache->canUse($type);
 }