Exemple #1
0
 /**
  * Part of the cache_cacheableInterface
  *
  * @param  string        $option
  * @return caption_field
  */
 public function delete_data_from_cache($option = null)
 {
     $this->fields = null;
     return $this->record->get_databox()->delete_data_from_cache($this->get_cache_key($option));
 }