(options?: CacheKeyOptions)
| 41 | `${getAppName(options)}__allSurveys__metadata` |
| 42 | |
| 43 | export const generalMetadataCacheKey = (options?: CacheKeyOptions) => |
| 44 | `${getAppName(options)}__general__metadata` |
| 45 | |
| 46 | export const surveyMetadataCacheKey = ( |
| 47 | options: CacheKeyOptions & { |
no test coverage detected