summaryrefslogtreecommitdiffstats
path: root/components/precache/README
blob: 438ab7b781dc18d92af61f716b05ff09b94f9e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
The precache component contains code for an experimental prototype to
proactively load Web resources into the network stack's disk cache.

To enable this feature use the command line flag --enable-precache.

Precache is a layered component. See:
http://www.chromium.org/developers/design-documents/layered-components-design

Folder structure:

  core/   contains the core logic of the component.