DVUI

remove

Parameters

#
self:*Cache
*Cache
key:Key
Key

Source

Implementation

#
pub fn remove(self: *Cache, key: Key) bool {
        return self.cache.remove(key);
    }