struct MaxMindDB::Cache(K, V)

Defined in:

maxminddb/cache.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Value

==(other : MaxMindDB::Any) ==

Instance methods inherited from class Object

===(other : MaxMindDB::Any) ===

Constructor Detail

def self.new(max_size : Int32) #

[View source]

Instance Method Detail

def fetch(key : K, &block : K -> V) : V #

[View source]
def full? #

[View source]