Closed BoD closed 3 weeks ago
Currently fun <T> MutableExecutionOptions<T>.cacheHeaders(cacheHeaders: CacheHeaders) replaces the cache headers with the new value - we may also need an additive API, like the one we have with http headers.
fun <T> MutableExecutionOptions<T>.cacheHeaders(cacheHeaders: CacheHeaders)
Original discussion on Slack here
Resolved by #50
Currently
fun <T> MutableExecutionOptions<T>.cacheHeaders(cacheHeaders: CacheHeaders)
replaces the cache headers with the new value - we may also need an additive API, like the one we have with http headers.Original discussion on Slack here