Interface CacheMethodAdvice
- 
- All Superinterfaces:
- MethodAdvice
 - All Known Implementing Classes:
- CachePutMethodAdvice,- CacheRemoveAllMethodAdvice,- CacheRemoveMethodAdvice,- CacheResultMethodAdvice
 
 public interface CacheMethodAdvice extends MethodAdvice Common subclass for all JCache interceptors
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jsr107.ri.annotations.InterceptorTypegetInterceptorType()- 
Methods inherited from interface org.apache.tapestry5.plastic.MethodAdviceadvise
 
- 
 
- 
- 
- 
Method Detail- 
getInterceptorTypeorg.jsr107.ri.annotations.InterceptorType getInterceptorType() - Returns:
- The type of intereceptor
 
 
- 
 
-