Module: Langfuse::CacheStatus

Defined in:
lib/langfuse/cache_constants.rb

Overview

Symbol constants for prompt cache event payloads. Producers (ApiClient, PromptFetchResult) and consumers (observers, ActiveSupport::Notifications subscribers) share these definitions so a rename in one place can’t silently desync from the other.

Constant Summary collapse

HIT =
:hit
MISS =
:miss
STALE =
:stale
REFRESH =
:refresh
BYPASS =
:bypass
DISABLED =
:disabled