Groovy Documentation

grails.plugin.springcache.aop
[Groovy] Class FlushingAspect

java.lang.Object
  FlushingAspect

@Aspect
class FlushingAspect

Field Summary
private org.slf4j.Logger log

 
Property Summary
org.springframework.context.ApplicationContext applicationContext

SpringcacheService springcacheService

 
Constructor Summary
FlushingAspect()

 
Method Summary
void flushCaches(CacheFlush cacheFlush)

private java.util.List resolveCacheName(CacheFlush cacheFlush)

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

Field Detail

log

private final org.slf4j.Logger log


 
Property Detail

applicationContext

org.springframework.context.ApplicationContext applicationContext


springcacheService

SpringcacheService springcacheService


 
Constructor Detail

FlushingAspect

FlushingAspect()


 
Method Detail

flushCaches

@After("@annotation(cacheFlush)")
void flushCaches(CacheFlush cacheFlush)


resolveCacheName

private java.util.List resolveCacheName(CacheFlush cacheFlush)


 

Groovy Documentation