Struct CachedDataFile

Struct Documentation

struct CachedDataFile

Structure to contain a cached data file.

Public Members

std::string id

The ID of the cached file.

std::string old_address

The original address of the data when it was written to the cache.

int size

The length of the data, in bytes.

std::string path

The path to the cached file.