Sha256: 91f4c9af0fcce2b44247f2962c29ed4a6df25fa080213f47cc26034e9ee8381f

Contents?: true

Size: 159 Bytes

Versions: 1

Compression:

Stored size: 159 Bytes

Contents

module Harpiya
  module CacheHelper
    def http_cache_enabled?
      @http_cache_enabled ||= Harpiya::Frontend::Config[:http_cache_enabled]
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/helpers/harpiya/cache_helper.rb