Fix `expire` time for `cacheLife('seconds')` (#72190)
### What?
Fix the `expire` time for `cacheLife('seconds')`.
### Why?
The intended `expire` time is 1 minute, but the actual time is 1 second.
### How?
Times are expressed in seconds, so change `1` to `60`.
Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>