Skip to content

with-remote-state-caching v1.0.0

Choose a tag to compare

@uladkasach uladkasach released this 24 Nov 21:24
72d2fa0

Features

  • context: define cache at context level, to ensure all fns share same cache for interactions (5cf727b)
  • init: with-remote-state-caching working for query caching (d74288d)
  • triggers: support adding invalidation and update triggers to queries (565f1dd)

Bug Fixes

  • triggers: get valid keys of cache directly from cache (9283643)