pub fn new_memo_cache<T>(capacity: usize) -> MemoCache<T>
NewMemoCache is a function that creates a new MemoCache with a given capacity.