# IAspireStore

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.3.0`
- Kind: `interface`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
interface IAspireStore {
  getFileNameWithContent(
      filenameTemplate: string,
      sourceFilename: string): string;
}
```

## Methods

- [getFileNameWithContent](/reference/api/typescript/aspire.hosting/iaspirestore/getfilenamewithcontent.md) -- `method` -- Gets a deterministic file path for the specified file contents
    ```typescript
  getFileNameWithContent(filenameTemplate: string, sourceFilename: string): string
  ```
