RE: [coldbox:18229] Coldbox 3.6 - Multiple JDBC Caches

The current implementation of the JDBC store is that all records in the table belong to that cache. You could subclass the JDBC store and add a cacheName key in so multiple caches use the same table if you wanted but it’s not that way out of the box.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

okay sounds good. Would it be fair to say that by using discrete tables the lookups would be faster? (taking into consideration the maxObjects value)

thanks.