Cache.CacheItem

Cached item struct, storing a key and value.

Members

Functions

setValue
ValueRef setValue(Value value)

Copies value to this.value.

value_ref
ValueRef value_ref()
Undocumented in source. Be warned that the author may not have intended to support it.
value_ref
ValueRef value_ref()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

create_time
time_t create_time;
Undocumented in source.
key
hash_t key;
Undocumented in source.
value
Value value;
Undocumented in source.

Meta