Preparing search index...
The search index is not available
@mharj/cache-storage
@mharj/cache-storage
CacheOptions
Type Alias CacheOptions
Cache
Options
:
{
ifMatch
?:
boolean
;
ifNoneMatch
?:
boolean
;
}
if
{ifNoneMatch: true}
is set, we are passing ETag value from cache response to the request 'if-none-match' header for data validation.
if
{ifMatch: true}
is set, we are passing ETag value from cache response to the request 'if-match' header for data validation.
Since
v0.0.1
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mharj/cache-storage
Loading...
{ifNoneMatch: true}
is set, we are passing ETag value from cache response to the request 'if-none-match' header for data validation.{ifMatch: true}
is set, we are passing ETag value from cache response to the request 'if-match' header for data validation.