@class NSString, NSMutableDictionary, ATXMemoryPressureMonitor; @interface ATXScoreInterpreterCache : NSObject { NSMutableDictionary *_cachedInterpreters; ATXMemoryPressureMonitor *_memoryPressureMonitor; BOOL _memoryPressureAllowsCaching; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (id)init; - (void)dealloc; - (void)resetCache; - (id)_assetNamesToSkipCaching; - (void).cxx_destruct; - (void)handleMemoryPressureOfType:(unsigned long long)a0; - (id)scoreInterpreterForConsumerSubType:(unsigned char)a0; @end