Changed age to max_age

This commit is contained in:
Colin Adams
2013-08-16 04:50:48 +01:00
parent eefe547553
commit 3ae898476f
3 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ feature -- Access
Result.compare_objects
end
age (req: WSF_REQUEST): NATURAL
max_age (req: WSF_REQUEST): NATURAL
-- Maximum age in seconds before response to `req` is considered stale;
-- This is used to generate a Cache-Control: max-age header.
-- Return 0 to indicate already expired.