Exemplo n.º 1
0
 /**
  * อ่านสถานะของแคช
  * 0 ไม่ใช้แคช
  * 1 โหลดและบันทึกแคชอัตโนมัติ
  * 2 โหลดข้อมูลจากแคชได้ แต่ไม่บันทึกแคชอัตโนมัติ
  *
  * @return int
  */
 public function cacheGetAction()
 {
     return $this->cache->getAction();
 }