Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 02/29/2012
Components: Caching
Versions: 10.0
Failure Type: Unspecified
Found In Build/Fixed In Build: Public Beta / 281708
Priority/Frequency: Trivial / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
Duplicate ID: CF-3126079
Currently '0' or a negative number must be passed for cachePut()'s timeSpan and idleTime, in order to provide the region parameter.
Another ticket has been filed to have '0' represent infinity (as per the ehcache.xml description of '0'). Thus, this would become the syntax for specifying region and not overriding default timeSpan and idleTime:
CachePut(myID, "some value", -1, -1, "regionNameHere")
(where -1 represents any negative number)
This ticket is to allow an empty string in place of the negative numbers. As in:
CachePut(myID, "some value", "", "", "regionNameHere")
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3126088
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: