module Sprockets::EcoProcessor

def self.cache_key

def self.cache_key
  @cache_key ||= "#{name}:#{Autoload::Eco::Source::VERSION}:#{VERSION}".freeze
end