Replies: 1 comment
-
Once your UI is not using a cache entry any more (e.g. by starting a new search) for a certain amount of time (default 60 sec), it will be removed from the cache. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We have this large list of items with multiple types of filters we can apply on the items. I'm thinking of making it so the endpoint can take a bunch of parameters like "name", "category", "assigne", "owner", much like the GitHub issues list. However I'm a little bit worried that all the different kinds of filtering combinations would get cached in the client with every filter change causing the client to hold an enormous amount of data in the end.
We don't yet have pagination so we will get around 500 items for each query. Would it make sense to just clear the cache for every change to the filters? Am I overthinking this?
Beta Was this translation helpful? Give feedback.
All reactions