Skip to content

Values cache

values_cache

  • Schema: public
  • PK: cache_key (varchar)

Columns

Column Type Nullable Default Notes
cache_key varchar NO PK
cache_value jsonb NO
ttl_seconds int4 YES 1800 30 min default
created_at timestamp YES now()
fetched_at timestamp YES now()
source varchar YES
description varchar YES

Key indexes

  • api_cache_pkey — primary key on cache_key
  • idx_api_cache_fetched_at — on fetched_at
  • idx_api_cache_source — on source