@@ -, +, @@ --- svc/report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/svc/report +++ a/svc/report @@ -77,7 +77,7 @@ unless ($json_text) { $json_text = encode_json($lines); if ($cache_active) { - $cache->set_in_cache( $cache_key, $json_text, $report_rec->{cache_expiry} ); + $cache->set_in_cache( $cache_key, $json_text, { expiry => $report_rec->{cache_expiry} } ); } } else { --