class Sprockets::ClosureCompressor

def call(input)

def call(input)
  input[:cache].fetch(@cache_key + [input[:data]]) do
    @compiler.compile(input[:data])
  end
end