Skip to content

Commit

Permalink
Uploading cache version to clear data
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelplazaspalacio authored and JuancaG05 committed Oct 19, 2023
1 parent 2c8066a commit 4627dfc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@
import android.graphics.BitmapFactory;

import com.jakewharton.disklrucache.DiskLruCache;
import com.owncloud.android.MainApp;
import timber.log.Timber;

public class DiskLruImageCache {

private final DiskLruCache mDiskCache;
private final CompressFormat mCompressFormat;
private final int mCompressQuality;
private static final int CACHE_VERSION = 1;
private static final int CACHE_VERSION = 2;
private static final int VALUE_COUNT = 1;
private static final int IO_BUFFER_SIZE = 8 * 1024;

Expand Down

0 comments on commit 4627dfc

Please sign in to comment.