with-remote-state-caching v1.0.0
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)