jdash.client.cache.NoOpCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdash-client Show documentation
Show all versions of jdash-client Show documentation
The HTTP client used to pull data from Geometry Dash servers
The newest version!
package jdash.client.cache;
import jdash.client.request.GDRequest;
import java.util.Optional;
public final class NoOpCache implements GDCache {
static final NoOpCache INSTANCE = new NoOpCache();
private NoOpCache() {
}
@Override
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy