Package-level declarations

Types

Link copied to clipboard
class CacheControlCacheStrategy @JvmOverloads constructor(now: () -> Instant = Clock.System::now) : CacheStrategy

A CacheStrategy that uses the 'Cache-Control' response header and associated headers to determine if a cached response should be used.