
org.tango.client.database.cache.ICachableDatabase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JTangoCommons Show documentation
Show all versions of JTangoCommons Show documentation
Common classes for tango java API
The 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