Hi,
I’d like to be able to scan all the items in a cache where all I am interested in is the cache key and other metadata about the cached item (such as its size). I can do this now by running a cache query that simple reads out all the cache items, but this is a lot of IO when I don’t care about the content of the items themselves. Does anyone here do this? Thanks, Raymond.
