Const
Cache expiration time in milliseconds (24 hours).
export const CACHE_EXPIRY = 24 * 60 * 60 * 1000; Copy
export const CACHE_EXPIRY = 24 * 60 * 60 * 1000;
Cache expiration time in milliseconds (24 hours).