Trait CacheRelease

Source
pub trait CacheRelease {
    // Required method
    fn release(&mut self, handle: *mut CacheHandle);
}

Required Methods§

Source

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. |

Implementors§