Item stored in the cache.
Definition at line 37 of file CacheResults.c.
Data Fields | |
UINT4 | generation |
Generation, used both to find items in cache and to decide how long to keep items. More... | |
REAL4 | relevance |
Relevance, used to decide how long to keep items. More... | |
UINT8 | coh_index |
Coherent locator index, used to find items in cache. More... | |
WeaveCohResults * | coh_res |
Results of a coherent computation on a single segment. More... | |
UINT4 cache_item::generation |
Generation, used both to find items in cache and to decide how long to keep items.
Definition at line 39 of file CacheResults.c.
REAL4 cache_item::relevance |
Relevance, used to decide how long to keep items.
Definition at line 41 of file CacheResults.c.
UINT8 cache_item::coh_index |
Coherent locator index, used to find items in cache.
Definition at line 43 of file CacheResults.c.
WeaveCohResults* cache_item::coh_res |
Results of a coherent computation on a single segment.
Definition at line 45 of file CacheResults.c.