Module: Langfuse::CacheBackend

Defined in:
lib/langfuse/cache_constants.rb

Constant Summary collapse

MEMORY =
"memory"
RAILS =
"rails"
DISABLED =
"disabled"
UNSUPPORTED_COUNT_KEYS =

Stat keys backend implementations may not be able to compute. Surfaced in ‘#stats` so callers can distinguish “0” from “unknown”.

%i[current_generation_entries orphaned_entries total_entries].freeze