Uses of Interface
org.talend.sdk.component.api.service.cache.LocalCache.Element
Packages that use LocalCache.Element
-
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.ElementModifier and TypeMethodDescription<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.