F2ZG4ZYOQLGYMBCB2EAZAI7XTYZGJ2ZIJW4IJ6JG6JYGWOVXD3LQC
}
/// Clear the cache, freeing memory.
pub fn clear(&mut self) {
// This function is only safe because it takes a mutable
// borrow, and all references returned by the methods on
// `TagTxn` return immutable borrows of `self`.
self.loaded.lock().unwrap().clear()