
org.aksw.commons.collections.cache.Cache Maven / Gradle / Ivy
package org.aksw.commons.collections.cache;
import java.util.List;
public interface Cache
extends List, AutoCloseable
{
int getCurrentSize();
//List getData();
boolean isAbandoned();
boolean isComplete();
void setAbandoned();
void setComplete();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy