-
-
Notifications
You must be signed in to change notification settings - Fork 422
Closed
Description
Would be nice to have a mechanism to invalidate the cache. E.g. when new data is added at the serverside users should be able to automatically get access to that. Whether to achieve that with a timeout (which wouldn't work well right around when the new data is added, and would ignore cache unnecessary when there is no data added for a long time) or my some other means is up for discussion.