Uses of Class
org.openhab.core.cache.ExpiringCache
-
Uses of ExpiringCache in org.openhab.core.addon.marketplace
Modifier and TypeFieldDescriptionprotected final ExpiringCache<List<Addon>>
AbstractRemoteAddonService.cachedRemoteAddons
-
Uses of ExpiringCache in org.openhab.core.cache
Modifier 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
.