remember('branch_ward_ids', now()->addHours(24), function () { return MisStationarBranch::query() ->where('IsHospitalWard', 1) ->pluck('StationarBranchID') ->toArray(); }); } }