Question
How do I know hold old a database cache is?
I'm caching a database query since it's a lot of data but I want to output to the user if the data is fresh (just came from the database right now), or it's cached. If it's cached, I want to tell them how long ago it came from the database. I tried to use CacheGetAllIds (and then CacheGetMetadata) but the array is empty. Where I can find this information?
Thanks.
