Hi guys,
I've now released on github some of the concepts I presented on a
while back, it can be found here:
http://github.com/terrcin/spandex_mem_cache_store
"A enhanced version of and replacement for the MemCacheStore shipping
with rails. It uses a
per-request local cache to buffer duplicate memcache reads which can
result in halving read
requests, and it uses a single connection to memcache for both the
cache and session stores."
It doesn't yet have in it the library on key creation and maintenance
that I showed - that's evolved quite a bit since then.
Enjoy,
Nahum