/*!
This module provides functionality to read and parse the cache pairs from the `Cache.Windows`
directory. Note that a cache pair is a pair of `.toc` and `.cache` files that contain information
about the contents of a package and the compressed data for the package, respectively.
*/
pub use CachePair;
pub use CachePairReader;