pub trait CacheRelease {
// Required method
fn release(&mut self, handle: *mut CacheHandle);
}
Required Methods§
Sourcefn release(&mut self, handle: *mut CacheHandle)
fn release(&mut self, handle: *mut CacheHandle)
| Release a mapping returned by a previous | Lookup(). | | REQUIRES: handle must not have been | released yet. | | REQUIRES: handle must have been returned | by a method on *this. |