Example #1
0
 /**
  * Get the model
  *
  * @param string $key
  *
  * @return CacheModel|null
  */
 protected function getModel($key)
 {
     return CacheModel::findOneBy('uid', $key);
 }