| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
CDP.Domains.CacheStorage
Description
CacheStorage
Synopsis
- data CacheStorageRequestEntries = CacheStorageRequestEntries {}
- data PCacheStorageRequestEntries = PCacheStorageRequestEntries {}
- data CacheStorageRequestCachedResponse = CacheStorageRequestCachedResponse {}
- data PCacheStorageRequestCachedResponse = PCacheStorageRequestCachedResponse {}
- data CacheStorageRequestCacheNames = CacheStorageRequestCacheNames {}
- data PCacheStorageRequestCacheNames = PCacheStorageRequestCacheNames {}
- data PCacheStorageDeleteEntry = PCacheStorageDeleteEntry {}
- data PCacheStorageDeleteCache = PCacheStorageDeleteCache {}
- data CacheStorageCachedResponse = CacheStorageCachedResponse {}
- data CacheStorageHeader = CacheStorageHeader {}
- data CacheStorageCache = CacheStorageCache {}
- data CacheStorageDataEntry = CacheStorageDataEntry {
- cacheStorageDataEntryRequestURL :: Text
- cacheStorageDataEntryRequestMethod :: Text
- cacheStorageDataEntryRequestHeaders :: [CacheStorageHeader]
- cacheStorageDataEntryResponseTime :: Double
- cacheStorageDataEntryResponseStatus :: Int
- cacheStorageDataEntryResponseStatusText :: Text
- cacheStorageDataEntryResponseType :: CacheStorageCachedResponseType
- cacheStorageDataEntryResponseHeaders :: [CacheStorageHeader]
- data CacheStorageCachedResponseType
- type CacheStorageCacheId = Text
- pCacheStorageDeleteCache :: CacheStorageCacheId -> PCacheStorageDeleteCache
- pCacheStorageDeleteEntry :: CacheStorageCacheId -> Text -> PCacheStorageDeleteEntry
- pCacheStorageRequestCacheNames :: Text -> PCacheStorageRequestCacheNames
- pCacheStorageRequestCachedResponse :: CacheStorageCacheId -> Text -> [CacheStorageHeader] -> PCacheStorageRequestCachedResponse
- pCacheStorageRequestEntries :: CacheStorageCacheId -> PCacheStorageRequestEntries
Documentation
data CacheStorageRequestEntries Source #
Constructors
| CacheStorageRequestEntries | |
Fields
| |
Instances
| Eq CacheStorageRequestEntries Source # | |
Defined in CDP.Domains.CacheStorage Methods (==) :: CacheStorageRequestEntries -> CacheStorageRequestEntries -> Bool # (/=) :: CacheStorageRequestEntries -> CacheStorageRequestEntries -> Bool # | |
| Show CacheStorageRequestEntries Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> CacheStorageRequestEntries -> ShowS # show :: CacheStorageRequestEntries -> String # showList :: [CacheStorageRequestEntries] -> ShowS # | |
| FromJSON CacheStorageRequestEntries Source # | |
Defined in CDP.Domains.CacheStorage Methods parseJSON :: Value -> Parser CacheStorageRequestEntries # parseJSONList :: Value -> Parser [CacheStorageRequestEntries] # | |
data PCacheStorageRequestEntries Source #
Requests data from cache.
Parameters of the requestEntries command.
Constructors
| PCacheStorageRequestEntries | |
Fields
| |
Instances
| Eq PCacheStorageRequestEntries Source # | |
Defined in CDP.Domains.CacheStorage Methods (==) :: PCacheStorageRequestEntries -> PCacheStorageRequestEntries -> Bool # (/=) :: PCacheStorageRequestEntries -> PCacheStorageRequestEntries -> Bool # | |
| Show PCacheStorageRequestEntries Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> PCacheStorageRequestEntries -> ShowS # show :: PCacheStorageRequestEntries -> String # showList :: [PCacheStorageRequestEntries] -> ShowS # | |
| ToJSON PCacheStorageRequestEntries Source # | |
Defined in CDP.Domains.CacheStorage Methods toJSON :: PCacheStorageRequestEntries -> Value # toEncoding :: PCacheStorageRequestEntries -> Encoding # toJSONList :: [PCacheStorageRequestEntries] -> Value # toEncodingList :: [PCacheStorageRequestEntries] -> Encoding # | |
| Command PCacheStorageRequestEntries Source # | |
Defined in CDP.Domains.CacheStorage Associated Types | |
| type CommandResponse PCacheStorageRequestEntries Source # | |
data CacheStorageRequestCachedResponse Source #
Constructors
| CacheStorageRequestCachedResponse | |
Fields
| |
Instances
| Eq CacheStorageRequestCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage | |
| Show CacheStorageRequestCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> CacheStorageRequestCachedResponse -> ShowS # | |
| FromJSON CacheStorageRequestCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Methods parseJSON :: Value -> Parser CacheStorageRequestCachedResponse # parseJSONList :: Value -> Parser [CacheStorageRequestCachedResponse] # | |
data PCacheStorageRequestCachedResponse Source #
Fetches cache entry.
Parameters of the requestCachedResponse command.
Constructors
| PCacheStorageRequestCachedResponse | |
Fields
| |
Instances
| Eq PCacheStorageRequestCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage | |
| Show PCacheStorageRequestCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> PCacheStorageRequestCachedResponse -> ShowS # | |
| ToJSON PCacheStorageRequestCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage | |
| Command PCacheStorageRequestCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Associated Types type CommandResponse PCacheStorageRequestCachedResponse Source # | |
| type CommandResponse PCacheStorageRequestCachedResponse Source # | |
data CacheStorageRequestCacheNames Source #
Constructors
| CacheStorageRequestCacheNames | |
Fields
| |
Instances
| Eq CacheStorageRequestCacheNames Source # | |
Defined in CDP.Domains.CacheStorage | |
| Show CacheStorageRequestCacheNames Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> CacheStorageRequestCacheNames -> ShowS # show :: CacheStorageRequestCacheNames -> String # showList :: [CacheStorageRequestCacheNames] -> ShowS # | |
| FromJSON CacheStorageRequestCacheNames Source # | |
Defined in CDP.Domains.CacheStorage Methods parseJSON :: Value -> Parser CacheStorageRequestCacheNames # parseJSONList :: Value -> Parser [CacheStorageRequestCacheNames] # | |
data PCacheStorageRequestCacheNames Source #
Requests cache names.
Parameters of the requestCacheNames command.
Constructors
| PCacheStorageRequestCacheNames | |
Fields
| |
Instances
| Eq PCacheStorageRequestCacheNames Source # | |
Defined in CDP.Domains.CacheStorage | |
| Show PCacheStorageRequestCacheNames Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> PCacheStorageRequestCacheNames -> ShowS # show :: PCacheStorageRequestCacheNames -> String # showList :: [PCacheStorageRequestCacheNames] -> ShowS # | |
| ToJSON PCacheStorageRequestCacheNames Source # | |
Defined in CDP.Domains.CacheStorage | |
| Command PCacheStorageRequestCacheNames Source # | |
Defined in CDP.Domains.CacheStorage Associated Types type CommandResponse PCacheStorageRequestCacheNames Source # | |
| type CommandResponse PCacheStorageRequestCacheNames Source # | |
data PCacheStorageDeleteEntry Source #
Deletes a cache entry.
Parameters of the deleteEntry command.
Constructors
| PCacheStorageDeleteEntry | |
Fields
| |
Instances
data PCacheStorageDeleteCache Source #
Deletes a cache.
Parameters of the deleteCache command.
Constructors
| PCacheStorageDeleteCache | |
Fields
| |
Instances
data CacheStorageCachedResponse Source #
Type CachedResponse.
Cached response
Constructors
| CacheStorageCachedResponse | |
Fields
| |
Instances
| Eq CacheStorageCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Methods (==) :: CacheStorageCachedResponse -> CacheStorageCachedResponse -> Bool # (/=) :: CacheStorageCachedResponse -> CacheStorageCachedResponse -> Bool # | |
| Show CacheStorageCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> CacheStorageCachedResponse -> ShowS # show :: CacheStorageCachedResponse -> String # showList :: [CacheStorageCachedResponse] -> ShowS # | |
| ToJSON CacheStorageCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Methods toJSON :: CacheStorageCachedResponse -> Value # toEncoding :: CacheStorageCachedResponse -> Encoding # toJSONList :: [CacheStorageCachedResponse] -> Value # toEncodingList :: [CacheStorageCachedResponse] -> Encoding # | |
| FromJSON CacheStorageCachedResponse Source # | |
Defined in CDP.Domains.CacheStorage Methods parseJSON :: Value -> Parser CacheStorageCachedResponse # parseJSONList :: Value -> Parser [CacheStorageCachedResponse] # | |
data CacheStorageHeader Source #
Type Header.
Constructors
| CacheStorageHeader | |
Fields | |
Instances
| Eq CacheStorageHeader Source # | |
Defined in CDP.Domains.CacheStorage Methods (==) :: CacheStorageHeader -> CacheStorageHeader -> Bool # (/=) :: CacheStorageHeader -> CacheStorageHeader -> Bool # | |
| Show CacheStorageHeader Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> CacheStorageHeader -> ShowS # show :: CacheStorageHeader -> String # showList :: [CacheStorageHeader] -> ShowS # | |
| ToJSON CacheStorageHeader Source # | |
Defined in CDP.Domains.CacheStorage Methods toJSON :: CacheStorageHeader -> Value # toEncoding :: CacheStorageHeader -> Encoding # toJSONList :: [CacheStorageHeader] -> Value # toEncodingList :: [CacheStorageHeader] -> Encoding # | |
| FromJSON CacheStorageHeader Source # | |
Defined in CDP.Domains.CacheStorage Methods parseJSON :: Value -> Parser CacheStorageHeader # parseJSONList :: Value -> Parser [CacheStorageHeader] # | |
data CacheStorageCache Source #
Type Cache.
Cache identifier.
Constructors
| CacheStorageCache | |
Fields
| |
Instances
| Eq CacheStorageCache Source # | |
Defined in CDP.Domains.CacheStorage Methods (==) :: CacheStorageCache -> CacheStorageCache -> Bool # (/=) :: CacheStorageCache -> CacheStorageCache -> Bool # | |
| Show CacheStorageCache Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> CacheStorageCache -> ShowS # show :: CacheStorageCache -> String # showList :: [CacheStorageCache] -> ShowS # | |
| ToJSON CacheStorageCache Source # | |
Defined in CDP.Domains.CacheStorage Methods toJSON :: CacheStorageCache -> Value # toEncoding :: CacheStorageCache -> Encoding # toJSONList :: [CacheStorageCache] -> Value # toEncodingList :: [CacheStorageCache] -> Encoding # | |
| FromJSON CacheStorageCache Source # | |
Defined in CDP.Domains.CacheStorage Methods parseJSON :: Value -> Parser CacheStorageCache # parseJSONList :: Value -> Parser [CacheStorageCache] # | |
data CacheStorageDataEntry Source #
Type DataEntry.
Data entry.
Constructors
| CacheStorageDataEntry | |
Fields
| |
Instances
| Eq CacheStorageDataEntry Source # | |
Defined in CDP.Domains.CacheStorage Methods (==) :: CacheStorageDataEntry -> CacheStorageDataEntry -> Bool # (/=) :: CacheStorageDataEntry -> CacheStorageDataEntry -> Bool # | |
| Show CacheStorageDataEntry Source # | |
Defined in CDP.Domains.CacheStorage Methods showsPrec :: Int -> CacheStorageDataEntry -> ShowS # show :: CacheStorageDataEntry -> String # showList :: [CacheStorageDataEntry] -> ShowS # | |
| ToJSON CacheStorageDataEntry Source # | |
Defined in CDP.Domains.CacheStorage Methods toJSON :: CacheStorageDataEntry -> Value # toEncoding :: CacheStorageDataEntry -> Encoding # toJSONList :: [CacheStorageDataEntry] -> Value # toEncodingList :: [CacheStorageDataEntry] -> Encoding # | |
| FromJSON CacheStorageDataEntry Source # | |
Defined in CDP.Domains.CacheStorage Methods parseJSON :: Value -> Parser CacheStorageDataEntry # parseJSONList :: Value -> Parser [CacheStorageDataEntry] # | |
data CacheStorageCachedResponseType Source #
Type CachedResponseType.
type of HTTP response cached
Constructors
Instances
type CacheStorageCacheId = Text Source #
Type CacheId.
Unique identifier of the Cache object.