class Sprockets::Cache::GetWrapper

def get(key)

def get(key)
  cache.get(key)
end