Grails

Closure Caching For Increased Performance (.memoize())

Well This is something awesome and can increase the performance of the project when used wisely. using the groovy .memoize() we can ask closures to perform kind of caching. This can boost up the performance of the system.   _ Note: This feature is available in groovy 1.8+ Well Let me Explain this Using Examples Now suppose i...

by Kushal Likhi
Tag: groovy grails performance caching
29-Dec-2011