Make contest problem entries more cacheable
[gruntmaster-page.git] / lib / Gruntmaster / Page / Pb / Entry.pm
index 3d696a726e2d2d7b68f0a19dd261a6ed967102dc..9fcefe5ac30e3d65b58e0121441bc5ad47c1892d 100644 (file)
@@ -32,4 +32,7 @@ sub _generate{
        $htc->param(statement => problem_statement $id);
 }
 
+sub vary { 'Authorization' }
+sub max_age { 600 }
+
 1
This page took 0.009242 seconds and 4 git commands to generate.