com.spun.util.database.Syncable Maven / Gradle / Ivy
The newest version!
package com.spun.util.database;
public interface Syncable
{
public void sync(DatabaseCache cache);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy