install

fun install(builder: OkHttpClient.Builder, context: ERROR CLASS: Symbol not found for Context, config: RetrostashOkHttpConfig = RetrostashOkHttpConfig()): RetrostashOkHttpBridge

Creates a bridge and installs its interceptors onto builder. Returns the bridge so callers can keep a reference for direct invalidation later.

Caching strategy: if builder also has cache(...) set, you have two cache layers. Retrostash invalidation does not evict OkHttp HTTP cache entries — see Caching strategy for the recommended configuration before shipping.