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

io.rtr.alchemy.db.ExperimentsStoreProvider Maven / Gradle / Ivy

package io.rtr.alchemy.db;

import java.io.Closeable;

/** An interface for implementing a provider that is configurable */
public interface ExperimentsStoreProvider extends Closeable {
    ExperimentsCache getCache();

    ExperimentsStore getStore();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy