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 committed Oct 18, 2023
1 parent e69e0bb commit cde9bb8
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 cde9bb8

Please sign in to comment.