class TrustyCms::Config

def ensure_cache_file

def ensure_cache_file
  FileUtils.mkpath(cache_path)
  FileUtils.touch(cache_file)
end