Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Alexander DiedlerAlexander DiedlerPriority
NewLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Alexander Diedler
Alexander DiedlerPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 20 November 2017 at 08:36
Updated 13 June 2023 at 07:41
Resolved 25 January 2018 at 20:13
I Setup a Infinispan Server locally on my node and start it with ./standalone.sh -c clustered.xml
There a a clustered Group, and inside the Default Cache and my Manual created "Helios" Cache.
If I use a named Cache in the CachePut, everytime the items will be stored in the detault Cache. (What I can see from the statistics page, Cache hits, read, write etc)
cachename="helios"; cachePut(cachename=cachename,key="meinString88",value="TestString8888"); //OK