Sha256: 8454f72f89840908efdcaf81d39fb50a07631e2ae8b0a9468145c5a77327d1da
Contents?: true
Size: 315 Bytes
Versions: 105
Compression:
Stored size: 315 Bytes
Contents
module GovukHealthcheck class RailsCache def name :rails_cache end def status ::Rails.cache.write("healthcheck-cache", true) raise unless ::Rails.cache.read("healthcheck-cache") GovukHealthcheck::OK rescue StandardError GovukHealthcheck::CRITICAL end end end
Version data entries
105 entries across 105 versions & 1 rubygems