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