You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must be talking about the hash of each filename that is used to store the cached file. It's not a timestamp.
You can retrieve this sha1 hash either by listing all cached file names within the cache folder using Cordova's FileSystem function, or you could also override the hash function ImgCache.overridables.hash to make it store the output hash into an array before returning, this way you will be able to keep track of those hashes if that's your interest.
Yes, there is a hash of the filename, but there is also a time_stamp field. I am not sure if this is part of the Cordova FileTransfer function that is accessible though?
I can see in the cache database that there is time_stamp for each file entry. Is it possible to access this?
The text was updated successfully, but these errors were encountered: