Multi cache on Rails

Hi,
I want to cache a objets group into a memcached pool and other group
(differents classes) in other memcached pool, is it possible?

For example: i want to store properties into a local memcached and
the sessions stored in a memcached pool

Thank