Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/adapter-nextjs
index
<Reference Types>
IncrementalResponseCache
Interface IncrementalResponseCache
interface
IncrementalResponseCache
{
get
(
cacheKey
,
ctx
)
:
Promise
<
null
|
IncrementalResponseCacheEntry
>
;
set
(
key
,
data
,
ctx
)
:
Promise
<
void
>
;
}
Hierarchy (
view full
)
IncrementalResponseCache
IncrementalCache
Index
Methods
get
set
Methods
get
get
(
cacheKey
,
ctx
)
:
Promise
<
null
|
IncrementalResponseCacheEntry
>
Parameters
cacheKey
:
string
ctx
:
GetIncrementalResponseCacheContext
Returns
Promise
<
null
|
IncrementalResponseCacheEntry
>
set
set
(
key
,
data
,
ctx
)
:
Promise
<
void
>
Parameters
key
:
string
data
:
null
|
CachedRedirectValue
|
IncrementalCachedPageValue
|
IncrementalCachedAppPageValue
|
CachedImageValue
|
CachedRouteValue
ctx
:
SetIncrementalResponseCacheContext
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
set
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter