Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Cache Folder

peterflynn edited this page May 9, 2012 · 19 revisions

Brackets stores some data in a cache folder managed by CEF -- roughly equivalent to a browser cache, except specific to Brackets. At the moment, this folder stores both throwaway data and user preferences.

Cache location:

  • Mac: ~/library/Application Support/com.adobe.Brackets.cefCache
  • Win XP: Documents and Settings\<username>\Application Data\Brackets\cefCache – (aka %appdata\Brackets\cefCache)
  • Win Vista/7: Users\<username>\AppData\Roaming\Brackets\cefCache – (aka %appdata\Brackets\cefCache ?)
Clone this wiki locally