package com.helpshift.cache; /* loaded from: classes3.dex */ public interface ResourceCacheEvictStrategy { boolean shouldEvictCache(String str, String str2); }