-
Notifications
You must be signed in to change notification settings - Fork 99
Caching
Bhaskar Maddala edited this page Oct 13, 2015
·
1 revision
Collins support 2 caching options. In-memory cache and distributed-caching. When running in standalone or single instance mode, in-memory cache is more efficient and uses Guava to implement the caching. Caching is implemented for Domain Object, Permissions and Profiles
In memory caching is implemented using Guava. All tuneable parameters for in-memory caching are exposed via the single property names specification
. For more information on the available options please refer to the the CacheBuilder documentation in Guava.
Distributed Cache is implemented using Hazelcast. Use this only when deploy in cluster mode. Hazelcast can be configured via the config file conf/hazelcast/hazelcast.html