Jose Solás Moreno
Jose Solás Moreno
Currently if you use Rails 5.2 you can do for example: Post.where.not(source_type: "Feed", source_id: 100) and if we do the same in Rails 6.0.0.rc1 shows us the warning `NOT conditions...
As of plugin version 4.0.0, controller caching is no longer supported. However, if the `@Cacheable` annotation is added to a controller method, the expected behavior should be that the annotation...
I have reviewed and confirmed that this problem also occurs in version 7 of the plugin. **Related Issue:** This PR addresses the issue described in https://github.com/grails/grails-cache/issues/168 **Summary** This PR addresses...
**Related Issue:** This PR addresses the issue described in https://github.com/grails/grails-cache/issues/168 **Summary** This PR addresses an issue where the `@Cacheable` annotation on controller methods does not behave as expected in plugin...