Exemplo n.º 1
0
 /**
  * ตรวจสอบว่าข้อมูลมาจาก cache หรือไม่
  *
  * @param Item $item
  * @return bool
  */
 public function usedCache(Item $item)
 {
     return $item->isHit();
 }
Exemplo n.º 2
0
 /**
  * ตรวจสอบว่าข้อมูลมาจาก cache หรือไม่
  *
  * @return bool
  */
 public function usedCache()
 {
     return $this->item->isHit();
 }