Sha256: 600f9074bf8a5a8b1a64503378346c6002dc8e952c172fb1ce7182183b7cf156
Contents?: true
Size: 506 Bytes
Versions: 8
Compression:
Stored size: 506 Bytes
Contents
# frozen_string_literal: true # This module sets up the keys used to identify data in Rails.cache module QaServer module CacheKeys SCENARIO_RUN_SUMMARY_DATA_CACHE_KEY = "QaServer--CacheKeys--scenario_run_summary_data" SCENARIO_RUN_FAILURE_DATA_CACHE_KEY = "QaServer--CacheKeys--scenario_run_failure_data" SCENARIO_RUN_HISTORY_DATA_CACHE_KEY = "QaServer--CacheKeys--scenario_run_history_data" PERFORMANCE_DATATABLE_DATA_CACHE_KEY = "QaServer--Cache--performance_datatable_data" end end
Version data entries
8 entries across 8 versions & 1 rubygems