module Sprockets::EjsProcessor

def self.cache_key

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