◆ collection
fiftyoneDegreesCollection* fiftyoneDegreesCollectionItem::collection |
Collection the item came from which may not have been set.
Should not be used by external code
\r\n
Used to store a handle to the underlying item that could be used to release the item when it's finished with.
Also contains a reference to the data structure used to handle memory allocation enabling memory to be reused across multiple gets reducing the frequency of memory operations.
fiftyoneDegreesData | data
Item data including allocated memory.
|
void * | handle
A handle that relates to the data. More...
|
fiftyoneDegreesCollection * | collection
Collection the item came from which may not have been set. More...
|
fiftyoneDegreesCollection* fiftyoneDegreesCollectionItem::collection |
Collection the item came from which may not have been set.
Should not be used by external code
void* fiftyoneDegreesCollectionItem::handle |
A handle that relates to the data.
i.e. a cache node