All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.getunleash.cache.ToggleCache.kt Maven / Gradle / Ivy

package io.getunleash.cache

import io.getunleash.data.Toggle

interface ToggleCache {
    fun read(key: String): Map
    fun write(key: String, value: Map)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy