lifetime; } public function getKey($id = null) { return "im_group:{$id}"; } public function getContent($id = null) { $groupRepo = new ImGroupRepo(); $group = $groupRepo->findById($id); return $group ?: null; } }