Description
That'd be useful to iterate over cache values and at the same time avoid loading such items into memory all together.
E.g. I'm using DM to keep a huge list of graph vertices without spending too much memory, but then I need at some point to iterate over them.