Groovy Documentation

grails.plugin.springcache.annotations
[Groovy] Annotation Type CacheFlush

java.lang.Object
  CacheFlush

@Retention(RetentionPolicy.RUNTIME)
@Target([ElementType.METHOD, ElementType.TYPE, ElementType.FIELD])
@Inherited
@Documented
@interface CacheFlush

Annotation used to mark methods whose return values should be cached. Based on org.springmodules.cache.annotations.CacheFlush (see https://springmodules.dev.java.net/)


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

Groovy Documentation