wretch
Preparing search index...
middlewares/throttlingCache
ThrottlingCacheOptions
Type Alias ThrottlingCacheOptions
type
ThrottlingCacheOptions
=
{
clear
?:
ThrottlingCacheClearFunction
;
condition
?:
ThrottlingCacheConditionFunction
;
flagResponseOnCacheHit
?:
string
;
invalidate
?:
ThrottlingCacheInvalidateFunction
;
key
?:
ThrottlingCacheKeyFunction
;
skip
?:
ThrottlingCacheSkipFunction
;
throttle
?:
number
;
}
Index
Properties
clear?
condition?
flag
Response
On
Cache
Hit?
invalidate?
key?
skip?
throttle?
Properties
Optional
clear
clear
?:
ThrottlingCacheClearFunction
Optional
condition
condition
?:
ThrottlingCacheConditionFunction
Optional
flag
Response
On
Cache
Hit
flagResponseOnCacheHit
?:
string
Optional
invalidate
invalidate
?:
ThrottlingCacheInvalidateFunction
Optional
key
key
?:
ThrottlingCacheKeyFunction
Optional
skip
skip
?:
ThrottlingCacheSkipFunction
Optional
throttle
throttle
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
condition
flag
Response
On
Cache
Hit
invalidate
key
skip
throttle
wretch
Loading...