method

key

v3.2.8 - Show latest stable - Class: Build
key()
public

No documentation available.

# File ci/travis.rb, line 62
  def key
    key = [gem]
    key << adapter if activerecord?
    key << 'IM' if identity_map?
    key << 'isolated' if isolated?
    key.join(':')
  end