class SafeLRUCache(K, V)

Included Modules

Defined in:

crystal_safe_lru_cache.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(*, max_size : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def clear #

[View source]

Macro Detail

macro method_missing(call) #

[View source]