Opened 15 years ago
Last modified 15 years ago
#43 new enhancement
Base type domain classes should have caching enabled
Reported by: | Gavin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.x - Future |
Component: | gnuMims - application general | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
The '*Type' classes that don't change often should have caching enabled to improve performance.
- Period
- TaskType
- etc
To turn on hibernate second level caching for these classes do something like:
static mapping = { cache true } or limit caching to non-lazy: cache usage:'read-write', include:'non-lazy'
Change History (2)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Milestone: | 0.6 - → 0.x - Future |
---|
Note: See
TracTickets for help on using
tickets.