Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-beta
-
None
Description
http://n2.nabble.com/2-0-0-Beta-Caching-Question-td4588375.html#a4588375
From the description in this forum post, it looks like we are logging a WARN message every time we determine that a finder select statement can't be cached (for whatever reason).
Two things...
o This message should probably not be a WARN message. It's a TRACE message, at best. We attempt to cache whenever we can, but if we can't cache something for whatever reason, customers don't want to see these WARN messages. But, if we're trying to debug a caching situation, then having the TRACE message might prove useful.
o I looked (very) briefly at the code and it's not clear as to why this particular finder can't be cached. Some additional data in the TRACE message may help with making the finder cacheable. Or, at least help explain why it's not cacheable.
Since Pinaki seems to have integrated these caching messages, I figured he would be a good initial assignee for the JIRA...
Thanks,
Kevin