igoraguiar opened a new issue, #14170:
URL: https://github.com/apache/grails-core/issues/14170

   I have some cache conditions where the value can only be cached if the value 
is not null.
   Apparently there is now way to do it in version 4, since the result of the 
method call can not be accessed inside the condition closure.
   
   Before, I had the following condition: "#result != null", now I would need 
to rewrite it to something like 
   `{
      result != null
   }`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to