Re: QueryCache @CacheGroups Annotation

2016-02-09 Thread Andrus Adamchik
Hi Frank, It should look something like this: @CacheGroups({ "g1", "g2 "}) Andrus > On Feb 9, 2016, at 8:56 PM, Frank Herrmann > wrote: > > Hi Andrus, > > One last question on the @CacheGroups annotation. I'm assuming that the > annotation can be used to flush more than one cache group, if n

Re: QueryCache @CacheGroups Annotation

2016-02-09 Thread Frank Herrmann
Hi Andrus, One last question on the @CacheGroups annotation. I'm assuming that the annotation can be used to flush more than one cache group, if necessary. What is the proper syntax to use? For instance would it be: @CacheGroups("group1", "group2") ? Or something similar? -Frank On Thu, Feb 4, 2