Configuring Studio database caching

All Studio instances are automatically configured to use synchronized database caching, so that information cached on one instance is available to the others.

Studio uses Ehcache (www.ehcache.org), which uses RMI (Remote Method Invocation) multicast to notify each instance when the cache has been updated.

Although the default caching configuration will work in most cases, you may want to customize it. You might also want to disable it entirely, depending on your environment.