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

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

There is a newer version: 1.0.0
Show newest version
package io.getunleash.cache

import io.getunleash.data.Toggle

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy