Groovy Documentation

[Groovy] Class FlushingTestController

java.lang.Object
  FlushingTestController

@CacheFlush("testControllerCache")
class FlushingTestController

Property Summary
java.lang.Object update1

java.lang.Object update2

java.lang.Object update3

 
Constructor Summary
FlushingTestController()

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

update1

java.lang.Object update1


update2

@CacheFlush(["testControllerCache", "listActionCache"])
java.lang.Object update2


update3

@CacheFlush(caches = ["testControllerCache", "listActionCache"])
java.lang.Object update3


 
Constructor Detail

FlushingTestController

FlushingTestController()


 

Groovy Documentation