# File lib/ramaze/snippets/ramaze/lru_hash.rb, line 223 def statistics {:size => total_size, :count => list.size, :hits => hits, :misses => misses} end