webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Class Methods | List of all members
WebApplicationCache Class Reference

#import <WebApplicationCache.h>

Inheritance diagram for WebApplicationCache:
NSObject

Class Methods

(long long) + maximumSize
 
(void+ setMaximumSize:
 
(long long) + defaultOriginQuota
 
(void+ setDefaultOriginQuota:
 
(long long) + diskUsageForOrigin:
 
(void+ deleteAllApplicationCaches
 
(void+ deleteCacheForOrigin:
 
(NSArray *) + originsWithCache
 

Method Documentation

◆ defaultOriginQuota()

+ (HRESULT) defaultOriginQuota

◆ deleteAllApplicationCaches()

+ (HRESULT) deleteAllApplicationCaches

◆ deleteCacheForOrigin:()

+ (void) deleteCacheForOrigin: (WebSecurityOrigin *)  origin

◆ diskUsageForOrigin:()

+ (long long) diskUsageForOrigin: (WebSecurityOrigin *)  origin

◆ maximumSize()

+ (HRESULT) maximumSize

◆ originsWithCache()

+ (HRESULT) originsWithCache

◆ setDefaultOriginQuota:()

+ (void) setDefaultOriginQuota: (long long)  size

◆ setMaximumSize:()

+ (void) setMaximumSize: (long long)  size

The documentation for this class was generated from the following files: