fun refresh()

in Confidence/src/main/java/com/spotify/confidence/InMemoryCache.kt [4:8]


    fun refresh(flagResolution: FlagResolution)
    fun get(): FlagResolution?
}

class InMemoryCache : ProviderCache {