Coldbox 3.6 - Multiple JDBC Caches

Hi Folks,

I have the following setup in Cachebox: https://gist.github.com/nolandubeau/5496498

Is it possible to have two named cache’s use the JDBC Store? If so, how would that be configured?

I tried duplicating the code for the “database” cache with a new name, however when I view the cache they both have the same objects? Essentially I want to use the DB to store the items, but be able to access the name caches independently.

Make sense?

Thanks.

Nolan