pub fn remember_with_key<T: 'static>( key: impl Into<String>, init: impl FnOnce() -> T, ) -> Rc<T>
Key-based remember