Rename cache expiration config fields in controllers.
This commit is contained in:
parent
57f3620aae
commit
acf03dfd8f
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ func (t *Controller) cachePage(c echo.Context, p Page, html *bytes.Buffer) {
|
|||
}
|
||||
|
||||
if p.Cache.MaxAge == 0 {
|
||||
p.Cache.MaxAge = t.Container.Config.Cache.MaxAge.Page
|
||||
p.Cache.MaxAge = t.Container.Config.Cache.Expiration.Page
|
||||
}
|
||||
|
||||
key := c.Request().URL.String()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue