Uses of Class
org.talend.sdk.component.api.service.interceptor.Intercepts
-
Packages that use Intercepts Package Description org.talend.sdk.component.api.service.cache -
-
Uses of Intercepts in org.talend.sdk.component.api.service.cache
Classes in org.talend.sdk.component.api.service.cache with annotations of type Intercepts Modifier and Type Class Description interface
Cached
Can mark a method (or all methods) of a service as being cached in theLocalCache
.
-