find all rest

This commit is contained in:
2026-06-21 16:34:23 +03:30
parent d6e3f78e41
commit 449cd89287
16 changed files with 75 additions and 93019 deletions
@@ -11,4 +11,5 @@ export const CacheKeys = {
foodsByRestaurant: (slug: string) => `${CacheKeyPrefixes.FOODS_BY_RESTAURANT}:${slug}`,
categoriesByRestaurant: (slug: string) => `${CacheKeyPrefixes.CATEGORIES_BY_RESTAURANT}:${slug}`,
restaurantSpec: (slug: string) => `${CacheKeyPrefixes.RESTAURANT_SPEC}:${slug}`,
activeRestaurantsList: () => CacheKeyPrefixes.RESTAURANT_SPEC,
} as const;