module EacRubyUtils::SimpleCache

def cache_keys

def cache_keys
  @cache_keys ||= {}
end