class Middleman::Util::Cache

def remove(*key)

Parameters:
  • key () -- Anything Hash can use as a key
def remove(*key)
  @cache.delete(key)
end