Cache

data object Cache : StorageLocation

App-private cache directory. Files here may be removed by the OS when the device runs low on space. Best for previews, throwaway temporary documents, or anything the user does not need to persist.

  • Android: context.cacheDir/data/data/<pkg>/cache/.

  • iOS: NSCachesDirectory<sandbox>/Library/Caches/.