simple_data_structures
v0.1.0
Pages
Modules
SimpleDataStructures.LRUCache
(simple_data_structures v0.1.0)
View Source
Link to this section
Summary
Functions
get(cache, key)
new(capacity \\ 2)
put(cache, key, value)
Link to this section
Functions
Link to this function
get(cache, key)
View Source
Link to this function
new(capacity \\ 2)
View Source
Link to this function
put(cache, key, value)
View Source