tracker issue : CF-3126088

select a category, or use search below
(searches all categories and all time range)
Title:

cachePut timeSpan and idleTime to allow ""

| View in Tracker

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:

Related post: http://prerelease.adobe.com/r/?ec4d1570ef91452a9663bd2202ab8fb7
Comment by External U.
20495 | February 29, 2012 01:26:58 AM GMT
Verified this is fixed in CF10 Final (build 10,282462). Thanks! -Aaron
Comment by External U.
20496 | May 28, 2012 02:34:33 PM GMT