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

org.tango.client.database.cache.ICachableDatabase Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package org.tango.client.database.cache;

import org.tango.client.database.ITangoDB;

public interface ICachableDatabase extends ITangoDB {

    boolean isCacheAvailable();

    String getVersion();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy