Crate function_cache[−][src]
Expand description
function_cache
A type that automatically caches the result of a function.
Structs
Wraps an immutable function such that the results of its invocation
are cached to a HashMap<TInput, TReturn>
.
A type that automatically caches the result of a function.
Wraps an immutable function such that the results of its invocation
are cached to a HashMap<TInput, TReturn>
.