Categorygithub.com/schorlet/cdc
repositorypackage
2.0.0+incompatible
Repository: https://github.com/schorlet/cdc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.