class CopyTunerClient::Cache

def [](key)

Returns:
  • (String) - the contents of the blurb

Parameters:
  • key (String) -- the key of the desired blurb
def [](key)
  lock { @blurbs[key] }
end