Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2 branch
-
None
Description
Local caching of client paginated lists is broken
- on the remote client, paginated query is intercepted before the local cache, thus local cache settings are ignored.
- on the server: RemoteIncrementalFaultList overrides the query cache key, so cached IncrementalFaultLists can't be reused and a new list created on every query, taking lots of memory.