Uses of Class
org.openhab.core.cache.ExpiringCache
Packages that use ExpiringCache
-
Uses of ExpiringCache in org.openhab.core.addon.marketplace
Fields in org.openhab.core.addon.marketplace declared as ExpiringCacheModifier and TypeFieldDescriptionprotected final ExpiringCache
<List<Addon>> AbstractRemoteAddonService.cachedRemoteAddons
-
Uses of ExpiringCache in org.openhab.core.cache
Methods in org.openhab.core.cache with parameters of type ExpiringCacheModifier and TypeMethodDescriptionvoid
ExpiringCacheMap.put
(K key, ExpiringCache<@Nullable V> item) Adds anExpiringCache
to the cache.void
ExpiringCacheMap.putIfAbsent
(K key, ExpiringCache<V> item) If the specified key is not already associated with a value, associate it with the givenExpiringCache
.@Nullable V
ExpiringCacheMap.putIfAbsentAndGet
(K key, ExpiringCache<V> item) If the specified key is not already associated with a value, associate it with the givenExpiringCache
.