class Middleman::Util::Cache

def fetch(*key)

Parameters:
  • key () -- Anything Hash can use as a key
def fetch(*key)
  @cache[key] ||= yield
end