TINC
Toolkit for Interactive Computation
tinc::CacheEntry Struct Reference

#include <CacheManager.hpp>

Public Attributes

std::string timestampStart
 
std::string timestampEnd
 
std::vector< FileDependencyfiles
 
UserInfo userInfo
 
SourceInfo sourceInfo
 
uint64_t cacheHits {0}
 
bool stale {false}
 

Detailed Description

Definition at line 98 of file CacheManager.hpp.

Member Data Documentation

◆ cacheHits

uint64_t tinc::CacheEntry::cacheHits {0}

Definition at line 104 of file CacheManager.hpp.

◆ files

std::vector<FileDependency> tinc::CacheEntry::files

Definition at line 101 of file CacheManager.hpp.

◆ sourceInfo

SourceInfo tinc::CacheEntry::sourceInfo

Definition at line 103 of file CacheManager.hpp.

◆ stale

bool tinc::CacheEntry::stale {false}

Definition at line 105 of file CacheManager.hpp.

◆ timestampEnd

std::string tinc::CacheEntry::timestampEnd

Definition at line 100 of file CacheManager.hpp.

◆ timestampStart

std::string tinc::CacheEntry::timestampStart

Definition at line 99 of file CacheManager.hpp.

◆ userInfo

UserInfo tinc::CacheEntry::userInfo

Definition at line 102 of file CacheManager.hpp.


The documentation for this struct was generated from the following file: