Detailed Description
Cache node structure used for storing data in the cache along with its key.
Collaboration diagram for fiftyoneDegreesCacheNode:
Data Fields
| fiftyoneDegreesTreeNode | tree
 Tree node for this cache node. 
  | 
| fiftyoneDegreesData | data
 Data contained in the node. 
  | 
| fiftyoneDegreesCacheShard * | shard
 Shard the node is associated with. 
  | 
| fiftyoneDegreesCacheNode * | listPrevious
 Previous node or NULL if first. 
  | 
| fiftyoneDegreesCacheNode * | listNext
 Next node or NULL if last. 
  | 
| int | activeCount
 Number of external references to the node data. 
  | 
The documentation for this struct was generated from the following file:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/cache.h
 
