(options?: CacheKeyOptions)
| 50 | ) => `${getAppName(options)}__${options.surveyId}__metadata` |
| 51 | |
| 52 | export const allLocalesMetadataCacheKey = (options?: CacheKeyOptions) => |
| 53 | `${getAppName(options)}__allLocales` |
| 54 | |
| 55 | export const allLocalesIdsCacheKey = (options?: CacheKeyOptions) => |
| 56 | `${getAppName(options)}__allLocalesIds` |
no test coverage detected