Tauri Core API - v2.6.0
    Preparing search index...

    Function appCacheDir

    • Returns the path to the suggested directory for your app's cache files. Resolves to ${cacheDir}/${bundleIdentifier}, where bundleIdentifier is the identifier value configured in tauri.conf.json.

      Returns Promise<string>

      import { appCacheDir } from '@tauri-apps/api/path';
      const appCacheDirPath = await appCacheDir();

      1.2.0