Configuration

Thread local caches support only a time based eviction policy. The only two configuration parameters that can be used and their default values are:

The name of the group for thread local caches is thread-group . This name must be used to configure thread local cache as shown in the example below.

Figure 1. Configuring a thread local cache with name curam.myproject.mycache
curam.cache.thread-group.curam.myproject.mycache.timeToLive=60
curam.cache.thread-group.curam.myproject.mycache.timeToIdle=10