Exemplo n.º 1
0
 public function cache_remove($id)
 {
     $cache_key = $this->CACHE_PREFIX . $this->table_name . '*' . $id;
     FwCache::remove($cache_key);
 }