I want to cache an dto, that I get consuming an api, in the whole request. I try to access the request variable in a service, but it don't work.
Also I had tried to create a service with request scope but it has a error in bean creation stage in spring.
Some thing like this: http://jira.codehaus.org/browse/GRAILS-4148
Can you give me any pointer?