Example #1
0
 /**
  * Define cache cells
  *
  * @return array
  */
 protected function defineCacheCells()
 {
     $list = parent::defineCacheCells();
     $list['all'] = array();
     $list['status'] = array(self::ATTRS_CACHE_CELL => array('status'));
     return $list;
 }
Example #2
0
 /**
  * Define cache cells
  *
  * @return array
  */
 protected function defineCacheCells()
 {
     $list = parent::defineCacheCells();
     $list['all_by_code'] = array();
     return $list;
 }