in addition:
This is my log:
16:01:57,518 DEBUG TwoPhaseLoad:107 - resolving associations for [Preview#1]
16:01:57,518 DEBUG TwoPhaseLoad:135 - adding entity to second-level cache: [Preview#1]
16:01:57,518 DEBUG ReadOnlyCache:55 - item already cached: Preview#1
16:01:57,518 DEBUG TwoPhaseLoad:206 - done materializing entity [Preview#1]
16:01:57,518 DEBUG TwoPhaseLoad:107 - resolving associations for [Preview#2]
16:01:57,518 DEBUG TwoPhaseLoad:135 - adding entity to second-level cache: [Preview#2]
16:01:57,518 DEBUG ReadOnlyCache:55 - item already cached: Preview#2
16:01:57,518 DEBUG TwoPhaseLoad:206 - done materializing entity [Preview#2] ............
the cached previews are already in the cache, but how can I avoid to execute sql query for another load. In my point of view the data should be retrieve from cache.
Please help me!
|