# File lib/anemone/storage/tokyo_cabinet.rb, line 24
      def [](key)
        if value = @db[key]
          load_value(value)
        end
      end