mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
make check
This commit is contained in:
parent
11976b15f9
commit
c75c71709f
@ -155,7 +155,9 @@ class LRUCache
|
||||
Logger.debug "---- LRU Cache ----"
|
||||
Logger.debug "Size: #{sum} Bytes"
|
||||
Logger.debug "List:"
|
||||
@@cache.each { |k, v| Logger.debug "#{k} | #{v.atime} | #{v.instance_size}" }
|
||||
@@cache.each do |k, v|
|
||||
Logger.debug "#{k} | #{v.atime} | #{v.instance_size}"
|
||||
end
|
||||
Logger.debug "-------------------"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user