Enumeration Casevapor 4.114.1Vapor
hours(_:)
CacheExpirationTime.swift:5case hours(Int)
case hours(Int)
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
enum CacheExpirationTime
Defines the lifetime of an entry in a cache.
@frozen struct Int
A signed integer value type.
case seconds(Int)
case minutes(Int)
case days(Int)