Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal_safe_lru_cache
main
SafeLRUCache
Built with Crystal 1.9.2
2023-10-07 18:51:11 UTC
class
SafeLRUCache(K, V)
SafeLRUCache(K, V)
Reference
Object
Included Modules
Synchronizable
Defined in:
crystal_safe_lru_cache.cr
Constructors
.new
(*, max_size : Int32 | Nil =
nil
)
Instance Method Summary
#clear
Macro Summary
method_missing
(call)
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
]