Skip to content

Instantly share code, notes, and snippets.

public class BasicAuthOkHttpLoader extends OkHttpDownloader {
private static final int MAX_SIZE = 1024 * 1024 * 7; // 7MB
private static final int MAX_STALE = 30 * 24 * 60 * 60; // 30 days
@Inject
public BasicAuthOkHttpLoader() {
super(Utils.getImageCacheDirectory(), MAX_SIZE);