Joined: Fri Jan 30, 2004 3:01 pm Posts: 3
|
Hi,
I'm trying to understand the JBossCache concurrency options for the <cache usage=... /> element.
I have an application which has exclusive access to the database. I want to cache reference data that is infrequently updated but frequently read by the web app. The only choices are 'read-only' and 'transactional'. What data is 100% read only? There will be maintenance of the data even if rarely used. This leaves only 'transactional'?
When can 'read-only' safely be used?
Steve
|
|