Tony Payne wrote >1) Should consider using Cache::Cache, so that people have the option of >using files, memory, shared memory, etc. for the cache. > Sure, good plan. That didn't exist yet when I wrote my original version of this code. However, I'd be very surprised if anything was faster than using files for this.
>2) I like the idea of having multiple keys, but you've got an ambiguous >join algorithm. How can you distinguish key='foo', value='bar=baz' from >key='foo=bar', value='baz'? > The keys are supposed to be TT variable names, so = is not allowed. - Perrin
