Todd-Davies/appengine-website

Implement cache key id's

Opened this issue · 0 comments

Typesafe soln:
Maybe a key extractor interface that converts to a String ID that can be appended onto a MemcacheKey?

Easy soln:
Alternately, simply make get(), put() and remove() take an (optional?) String arg.