Uses of Class
org.openhab.core.cache.ExpiringCache
Packages that use ExpiringCache
-
Uses of ExpiringCache in org.openhab.core.cache
Methods in org.openhab.core.cache with parameters of type ExpiringCacheModifier and TypeMethodDescriptionvoidExpiringCacheMap.put(K key, ExpiringCache<@Nullable V> item) Adds anExpiringCacheto the cache.voidExpiringCacheMap.putIfAbsent(K key, ExpiringCache<V> item) If the specified key is not already associated with a value, associate it with the givenExpiringCache.@Nullable VExpiringCacheMap.putIfAbsentAndGet(K key, ExpiringCache<V> item) If the specified key is not already associated with a value, associate it with the givenExpiringCache.