@class _ASKResourceCacheGroup, NSCache; @interface ASKResourceCache : NSObject @property (readonly, nonatomic) _ASKResourceCacheGroup *group; @property (readonly, nonatomic) NSCache *contents; @property (readonly, nonatomic) BOOL isGroupMember; @property (nonatomic) BOOL evictsObjectsWhenApplicationEntersBackground; @property (nonatomic) unsigned long long limit; - (id)init; - (void)dealloc; - (id)resourcesForKey:(id)a0; - (void)addResource:(id)a0 forKey:(id)a1; - (id)initWithGroupOfCache:(id)a0; - (void).cxx_destruct; - (void)removeAllResources; - (void)replaceResourcesForKey:(id)a0 withResource:(id)a1; @end