Documentation
Preparing search index...
@kehto/nip
OpenNappletArtifactCacheOptions
Interface OpenNappletArtifactCacheOptions
interface
OpenNappletArtifactCacheOptions
{
baseUrl
?:
string
;
cacheName
?:
string
;
cacheStorage
?:
CacheStorage
;
hardCeilingBytes
?:
number
;
now
?:
()
=>
number
;
onDiagnostic
?:
(
diagnostic
:
NappletCacheDiagnostic
)
=>
void
;
requireStorageEstimate
?:
boolean
;
softCeilingBytes
?:
number
;
storage
?:
StorageManager
;
unknownBudgetBytes
?:
number
;
}
Hierarchy (
View Summary
)
CacheStorageNappletArtifactCacheOptions
OpenNappletArtifactCacheOptions
Index
Properties
base
Url?
cache
Name?
cache
Storage?
hard
Ceiling
Bytes?
now?
on
Diagnostic?
require
Storage
Estimate?
soft
Ceiling
Bytes?
storage?
unknown
Budget
Bytes?
Properties
Optional
base
Url
baseUrl
?:
string
Optional
cache
Name
cacheName
?:
string
Optional
cache
Storage
cacheStorage
?:
CacheStorage
Optional
hard
Ceiling
Bytes
hardCeilingBytes
?:
number
Optional
now
now
?:
()
=>
number
Optional
on
Diagnostic
onDiagnostic
?:
(
diagnostic
:
NappletCacheDiagnostic
)
=>
void
Optional
require
Storage
Estimate
requireStorageEstimate
?:
boolean
Optional
soft
Ceiling
Bytes
softCeilingBytes
?:
number
Optional
storage
storage
?:
StorageManager
Optional
unknown
Budget
Bytes
unknownBudgetBytes
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
cache
Name
cache
Storage
hard
Ceiling
Bytes
now
on
Diagnostic
require
Storage
Estimate
soft
Ceiling
Bytes
storage
unknown
Budget
Bytes
Documentation
Loading...