Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cache_item Struct Reference

Detailed Description

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...
 

Field Documentation

◆ generation

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.

◆ relevance

REAL4 cache_item::relevance

Relevance, used to decide how long to keep items.

Definition at line 41 of file CacheResults.c.

◆ coh_index

UINT8 cache_item::coh_index

Coherent locator index, used to find items in cache.

Definition at line 43 of file CacheResults.c.

◆ coh_res

WeaveCohResults* cache_item::coh_res

Results of a coherent computation on a single segment.

Definition at line 45 of file CacheResults.c.