@class SSVURLCacheConfiguration, NSObject; @protocol OS_dispatch_queue; @interface SSVURLCache : NSObject { NSObject *_accessSerialQueue; struct __CFURLStorageSession { } *_cacheStorageSession; SSVURLCacheConfiguration *_configuration; struct _CFURLCache { } *_urlCache; } - (id)cachedResponseForRequest:(id)a0; - (id)init; - (void)dealloc; - (void)storeCachedResponse:(id)a0 forRequest:(id)a1; - (void)removeAllCachedResponses; - (id)initWithConfiguration:(id)a0; - (void).cxx_destruct; - (id)cachedConnectionResponseForRequestProperties:(id)a0; - (id)cachedConnectionResponseForRequestProperties:(id)a0 cachedResponse:(id *)a1; - (void)configureRequest:(id)a0; - (void)loadMemoryCacheFromDisk; - (void)saveMemoryCacheToDisk; - (void)storeConnectionResponse:(id)a0 forRequestProperties:(id)a1; - (void)storeConnectionResponse:(id)a0 forRequestProperties:(id)a1 userInfo:(id)a2; @end