Skip to main content

new_memo_cache

Function new_memo_cache 

Source
pub fn new_memo_cache<T>(capacity: usize) -> MemoCache<T>
Expand description

NewMemoCache is a function that creates a new MemoCache with a given capacity.