Actions
Task #4344
openNsCache in IterativeQueryController Need to check FreshnessPeriod before using cached data
Status:
New
Priority:
High
Assignee:
-
Target version:
-
Start date:
10/16/2017
Due date:
% Done:
0%
Estimated time:
Description
Currently, NsCache does not check TTL/FreshnessPeriod, when retrieving data from cache.
Solution:
If data is in the cache:
- check TTL.
- if valid, return data.
- if not, remove data from cache, fetch record from network.
Updated by Alex Afanasyev about 7 years ago
- Priority changed from Normal to High
Actions