Thursday, July 28, 2011

grails Second-level cache is not enabled for usage

Make sure the domain class doesn't have a mapping with cache usage parameter

    static mapping = {
        cache usage: 'read-only'
    }

No comments:

Post a Comment