Function scratchstack_wrapper_aws_c_common::aws_cache_put
source · pub unsafe extern "C" fn aws_cache_put(
cache: *mut aws_cache,
key: *const c_void,
p_value: *mut c_void
) -> c_int
Expand description
Puts p_value
at key
. If an element is already stored at key
it will be replaced. If the cache is already full,
an item will be removed based on the cache policy.