package j6; import android.content.Context; import j6.c; import java.io.File; /* loaded from: classes2.dex */ public final class e extends c { class a implements c.a { /* renamed from: a, reason: collision with root package name */ final /* synthetic */ Context f11079a; /* renamed from: b, reason: collision with root package name */ final /* synthetic */ String f11080b; a(Context context, String str) { this.f11079a = context; this.f11080b = str; } @Override // j6.c.a public File a() { File cacheDir = this.f11079a.getCacheDir(); if (cacheDir == null) { return null; } return this.f11080b != null ? new File(cacheDir, this.f11080b) : cacheDir; } } public e(Context context) { this(context, "image_manager_disk_cache", 262144000L); } public e(Context context, String str, long j10) { super(new a(context, str), j10); } }