DVUI

get

Parameters

#
self:*Cache
*Cache
key:Key
Key

Source

Implementation

#
pub fn get(self: *Cache, key: Key) ?Texture {
        return self.cache.get(key);
    }