CACHE_EXPIRY: number = ...

Cache expiration time in milliseconds (24 hours).

export const CACHE_EXPIRY = 24 * 60 * 60 * 1000;