export const CACHE_CONTACTS_KEY = 'contacts' export const CACHE_TTL = 1000 * 60 * 60 // 1 hour export const MAX_RESULTS_COUNT = 10