Sha256: f3c7e588e12c999b0ab80fa639c2a0c57180b611317e775bf8771132771f6191
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true class Idempotency class Constants RACK_HEADER_KEY = 'HTTP_IDEMPOTENCY_KEY' HEADER_KEY = 'Idempotency-Key' end module Events ALL_EVENTS = [ CACHE_HIT = :cache_hit, CACHE_MISS = :cache_miss, LOCK_CONFLICT = :lock_conflict ].freeze end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
idempotency-0.1.5 | lib/idempotency/constants.rb |
idempotency-0.1.4 | lib/idempotency/constants.rb |