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

io.datakernel.loader.cache.Cache Maven / Gradle / Ivy

package io.datakernel.loader.cache;

public interface Cache {

    byte[] get(String key);

    void put(String key, byte[] value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy