I'm currently using file based cache, and I need to list all the existing keys.
Apparently there's no easy way of doing it...I thought about looping through the files, however even the files don't have the key name (the one I specified in the Cache::Remember function) in the file name or in the content of the file itself.
Anyone knows if it's possible somehow to archive this? Or is not possible at all?