Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cached Resource timestamp refresh after loading #291

Open
falcon283 opened this issue Apr 10, 2019 · 0 comments · May be fixed by #306
Open

Cached Resource timestamp refresh after loading #291

falcon283 opened this issue Apr 10, 2019 · 0 comments · May be fixed by #306
Assignees
Projects

Comments

@falcon283
Copy link

I'm opening this issue based on the topic discussed here

Summary

When, at the app startup, a Disk Cached Resource get loaded from disk via loadIfNeeded() and the resource is still valid a call to receiveDataNotModified() just touch the resource updating the timestamp with the current date. This makes the Resource expiration time much longer then the expected.

Resolution

As you pointed out the issue looks to be here where the call to receiveDataNotModified() touch the resource updating the timestamp.

@pcantrell pcantrell self-assigned this Apr 10, 2019
@pcantrell pcantrell linked a pull request Apr 6, 2020 that will close this issue
@pcantrell pcantrell added this to To do in 1.6 Apr 8, 2020
@pcantrell pcantrell moved this from To do to In progress in 1.6 Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1.6
  
In progress
Development

Successfully merging a pull request may close this issue.

2 participants