property cacheManager.CacheOptions.cacheExpiration

Cache expiration time in milliseconds

This is used to cache the response from the Jikan API, cache response won't be rate limited if it's still valid

Any modification of this value will be ignored during the program execution

Default 86400000 (1 day)

Type

number

Usage

import { type cacheManager } from ".";