nvm3_CacheEntry Struct Reference

The datatype for each cache entry. The cache must be an array of these.

#include <nvm3.h>

Data Fields

nvm3_ObjectKey_t key
 key
 
void * ptr
 pointer
 

The datatype for each cache entry. The cache must be an array of these.

Field Documentation

◆ key

nvm3_ObjectKey_t nvm3_CacheEntry::key

key

◆ ptr

void* nvm3_CacheEntry::ptr

pointer