Package org.talend.sdk.component.api.service.cache
-
Interface Summary Interface Description LocalCache Framework service injectable in components or services methods to handle local caching.LocalCache.Element Use to enrich object with meta-data (help to choice if attached object has to be removed from cache) -
Annotation Types Summary Annotation Type Description Cached Can mark a method (or all methods) of a service as being cached in theLocalCache
.