Constuctor for the Casher # Examples ``` # use contest_algorithms::caching::Cacher; let mut squared = Cacher::new(|n: u32| n*n); ```
(calculation: F)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected