What is the Windows cache folder for an application?

My IDE returns
C:\Users\Leon\AppData\Local\appname

but is seems more correct something like
C:\Users\Leon\AppData\Local\Temp\appname
It's a place where the app can store config for each user. On that basis, it shouldn't be a Temp directory.
Yeah i can agree. temp is wrong

Windows seem not to have a specific folder for cache files. Were would you save them?

Should it be at:
C:\Users\Leon\AppData\Local\appname\cache?
Last edited on
Topic archived. No new replies allowed.