]
RH Bugzilla Integration updated ISPN-5434:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
ClusteringConfigurationBuilder.l1() does not enable L1
------------------------------------------------------
Key: ISPN-5434
URL:
https://issues.jboss.org/browse/ISPN-5434
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 5.2.10.Final, 7.1.1.Final
Reporter: Dominik Pospisil
ClusteringConfigurationBuilder.l1() method javadocs says:
This method allows configuration of the L1 cache for distributed caches. When this method
is called, it automatically enables L1.
However what it does is it just return plain instance of L1ConfigurationBuilder created
by empty constructor whith default (disabled) value.