02-24-2022, 10:14 AM
There is a rule of thumb with the cache system: once you add something to the cache, you should just forget about it... :-)
It doesn't belong to you anymore. The cache file is not only the data that you put in there. It is your data + some metadata containing important information about the cache file itself.
Can you please explain why do you need to read the cache file after you saved your own data to it? Wouldn't be easier to read/store this data before adding it to the cache?
It doesn't belong to you anymore. The cache file is not only the data that you put in there. It is your data + some metadata containing important information about the cache file itself.
Can you please explain why do you need to read the cache file after you saved your own data to it? Wouldn't be easier to read/store this data before adding it to the cache?

