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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jsr107.ri.annotations.InterceptorType
getInterceptorType()
-
Methods inherited from interface org.apache.tapestry5.plastic.MethodAdvice
advise
-
-
-
-
Method Detail
-
getInterceptorType
org.jsr107.ri.annotations.InterceptorType getInterceptorType()
- Returns:
- The type of intereceptor
-
-