mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
docs: ttl overriding info
This commit is contained in:
parent
9b02b20884
commit
2b5ff84038
@ -32,6 +32,10 @@ export type CacheProperties = {
|
||||
/**
|
||||
* The time until the cached value is expired in milliseconds.
|
||||
*
|
||||
* When using `interpretHeader: true`, this value will only
|
||||
* be used if the interpreter can't determine their TTL value
|
||||
* to override this
|
||||
*
|
||||
* **Note**: a custom storage implementation may not respect this.
|
||||
*
|
||||
* @default 1000 * 60 * 5 // 5 Minutes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user