/cdc

Support for reading Chromium disk cache v2.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cdc GoDoc

The cdc package provides support for reading Chromium disk cache v2.

The disk cache stores resources fetched from the web so that they can be accessed quickly at a latter time if needed.

Learn more:

See the example_test.go for an example of how to read an image from cache in testdata.

This project also includes a tool to read the cache from command line, read this README.