class MaxMindDB::Cache(K, V)
Defined in:
maxminddb/cache.crConstructors
Instance Method Summary
- #capacity : Int32
- #capacity=(capacity : Int32)
- #fetch(key : K, & : K -> V) : V
- #full?
- #mutex : Mutex
- #mutex=(mutex : Mutex)
- #storage : Hash(K, V)
- #storage=(storage : Hash(K, V))