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