# File lib/ramaze/snippets/ramaze/lru_hash.rb, line 51
    def key?(key)
      objs.key?(key)
    end