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
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