mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Rename
This commit is contained in:
@@ -238,7 +238,7 @@ def generate_cache_entry(key : String, value : Array(Entry) | Int32 | String)
|
||||
end
|
||||
|
||||
# LRU Cache
|
||||
class SortedEntriesCache
|
||||
class LRUCache
|
||||
@@limit : Int128 = Int128.new 0
|
||||
# key => entry
|
||||
@@cache = {} of String => CacheEntryType
|
||||
|
||||
Reference in New Issue
Block a user