We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4255da1 + fe564cc commit 1db5389Copy full SHA for 1db5389
API.md
@@ -2011,7 +2011,7 @@ following options:
2011
- `'private'` - mark the response as suitable only for private caching.
2012
- `expiresIn` - relative expiration expressed in the number of milliseconds since the
2013
item was saved in the cache. Cannot be used together with `expiresAt`.
2014
- - `expiresAt` - time of day expressed in 24h notation using the 'MM:HH' format, at which
+ - `expiresAt` - time of day expressed in 24h notation using the 'HH:MM' format, at which
2015
point all cache records for the route expire. Cannot be used together with `expiresIn`.
2016
2017
- `cors` - the [Cross-Origin Resource Sharing](http://www.w3.org/TR/cors/) protocol allows
0 commit comments