class Cache<R, G : TxProvider<R, G>>
Cache()
val internalCache: CaffeineProvider
fun <P> of(p: P): CacheEffect<WebContext<R, G>, Nothing, P>