Module
Cache
- Package
- purescript-workers
- Repository
- truqu/purescript-workers
#CacheStorage Source
data CacheStorage :: Type#CacheQueryOptions Source
type CacheQueryOptions = { ignoreMethod :: Boolean, ignoreSearch :: Boolean, ignoreVary :: Boolean }#deleteCache Source
deleteCache :: forall e. CacheStorage -> String -> Aff (cache :: CACHE | e) Boolean#delete' Source
delete' :: forall e. Cache -> RequestInfo -> CacheQueryOptions -> Aff (cache :: CACHE | e) Boolean#keys' Source
keys' :: forall e. Cache -> Maybe RequestInfo -> CacheQueryOptions -> Aff (cache :: CACHE | e) (Array RequestInfo)#match' Source
match' :: forall e. Cache -> RequestInfo -> CacheQueryOptions -> Aff (cache :: CACHE | e) (Maybe Response)- Modules
- Aff.ApplicationCache 
- Aff.MessagePort 
- Aff.Workers 
- Aff.Workers. Dedicated 
- Aff.Workers. Service 
- Aff.Workers. Shared 
- ApplicationCache
- Cache
- Fetch
- GlobalScope
- GlobalScope.Dedicated 
- GlobalScope.Service 
- GlobalScope.Shared 
- MessagePort
- Workers
- Workers.Class 
- Workers.Dedicated 
- Workers.Service 
- Workers.Shared