MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / update_chargebee_cache

Function update_chargebee_cache

api/organisations/chargebee/tasks.py:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8@register_task_handler()
9def update_chargebee_cache(): # type: ignore[no-untyped-def]
10 chargebee_cache = ChargebeeCache() # type: ignore[no-untyped-call]
11 chargebee_cache.refresh() # type: ignore[no-untyped-call]

Calls 2

refreshMethod · 0.95
ChargebeeCacheClass · 0.90

Used in the wild real call sites across dependent graphs

searching dependent graphs…