Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
content/ | 03-May-2024 | - | 757 | 507 | ||
core/ | 03-May-2024 | - | 1,868 | 1,212 | ||
DEPS | D | 03-May-2024 | 294 | 8 | 7 | |
OWNERS | D | 03-May-2024 | 41 | 3 | 2 | |
README | D | 03-May-2024 | 396 | 12 | 7 | |
precache_defines.gypi | D | 03-May-2024 | 828 | 25 | 23 |
README
1The precache component contains code for an experimental prototype to 2proactively load Web resources into the network stack's disk cache. 3 4To enable this feature use the command line flag --enable-precache. 5 6Precache is a layered component. See: 7http://www.chromium.org/developers/design-documents/layered-components-design 8 9Folder structure: 10 11 core/ contains the core logic of the component. 12