# File lib/moneta/datamapper.rb, line 30
      def [](key)
        if obj = get(key)
          obj.expires
        end
      end