# File lib/ramaze/snippets/ramaze/lru_hash.rb, line 170
    def store(key, value)
      self[key] = value
    end