package c.f.j.c; import androidx.annotation.VisibleForTesting; import com.facebook.common.references.CloseableReference; import java.util.Objects; /* compiled from: CountingMemoryCache */ public interface m extends w, c.f.d.g.b { /* compiled from: CountingMemoryCache */ @VisibleForTesting public static class a { public final K a; public final CloseableReference b; /* renamed from: c reason: collision with root package name */ public int f424c = 0; public boolean d = false; public final b e; public a(K k, CloseableReference closeableReference, b bVar) { Objects.requireNonNull(k); this.a = k; CloseableReference p = CloseableReference.p(closeableReference); Objects.requireNonNull(p); this.b = p; this.e = bVar; } } /* compiled from: CountingMemoryCache */ public interface b { } CloseableReference b(K k); CloseableReference c(K k, CloseableReference closeableReference, b bVar); }