Type Alias cache_entry_t

Source
pub type cache_entry_t = cache_entry;

Aliased Type§

struct cache_entry_t {
    pub key: bytes,
    pub value: bytes,
    pub buffer: [u8; 4],
    pub props: cache_props,
    pub next: *mut cache_entry,
}

Fields§

§key: bytes§value: bytes§buffer: [u8; 4]§props: cache_props§next: *mut cache_entry