Example #1
0
 /**
  * Returns the records cache.
  *
  * **Note:** The method needs to be implemented through prototype bindings.
  *
  * @return ActiveRecordCache
  */
 protected function lazy_get_activerecord_cache()
 {
     return parent::lazy_get_activerecord_cache();
 }