schorlet / cdc

Support for reading Chromium disk cache v2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Support for reading Chromium disk cache v2.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 98.2%Language:HTML 1.8%