const std::string & std_out() const
Definition: cache_entry.hpp:77
comp_mode_t compression_mode() const
Definition: cache_entry.hpp:72
comp_mode_t
Compression mode.
Definition: cache_entry.hpp:31
std::string serialize() const
Serialize a cache entry.
Definition: cache_entry.cpp:58
static cache_entry_t deserialize(const std::string &data)
Deserialize a cache entry.
Definition: cache_entry.cpp:73
int return_code() const
Definition: cache_entry.hpp:87
const std::vector< std::string > & file_ids() const
Definition: cache_entry.hpp:67
const std::string & std_err() const
Definition: cache_entry.hpp:82
@ NONE
Compress nothing (i.e. the entry is uncompressed in the cache).
cache_entry_t()
Construct an empty/invalid cache entry.
Definition: cache_entry.cpp:42
Meta data for a single cache entry.
Definition: cache_entry.hpp:28
@ ALL
Compress all files and stdout + stderr.