Detailed Description
Cache node structure used for storing data in the cache along with its key.
Public Attributes
| 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:
