示例#1
0
 /**
  * Return whether support or not support cache
  *
  * @return boolean
  */
 function isSupport()
 {
     if ($this->handler && $this->handler->isSupport()) {
         return true;
     }
     return false;
 }