Uses of Interface
org.talend.sdk.component.api.service.cache.LocalCache.Element
-
Packages that use LocalCache.Element Package Description org.talend.sdk.component.api.service.cache -
-
Uses of LocalCache.Element in org.talend.sdk.component.api.service.cache
Method parameters in org.talend.sdk.component.api.service.cache with type arguments of type LocalCache.Element Modifier and Type Method Description <T> T
LocalCache. computeIfAbsent(Class<T> expectedClass, String key, Predicate<LocalCache.Element> toRemove, long timeoutMs, Supplier<T> value)
Read or compute and save a value for a determined duration and predicate.<T> T
LocalCache. computeIfAbsent(Class<T> expectedClass, String key, Predicate<LocalCache.Element> toRemove, Supplier<T> value)
Read or compute and save a value until remove predicate go to remove.
-