pub fn load(key: &str) -> Option<Vec<u8>>
Load data from persistent storage. Returns Some(data) if found, None otherwise.
Some(data)
None