Uses of Class
org.openhab.core.cache.lru.LRUMediaCacheEntry
-
Uses of LRUMediaCacheEntry in org.openhab.core.cache.lru
Modifier and TypeMethodDescriptionLRUMediaCache.get
(String key, Supplier<LRUMediaCacheEntry<V>> supplier) Returns aLRUMediaCacheEntry
from the cache, or if not already in the cache : resolve it, stores it, and returns it.Modifier and TypeMethodDescriptionLRUMediaCache.get
(String key, Supplier<LRUMediaCacheEntry<V>> supplier) Returns aLRUMediaCacheEntry
from the cache, or if not already in the cache : resolve it, stores it, and returns it.ModifierConstructorDescriptionInputStreamCacheWrapper
(LRUMediaCacheEntry<?> cacheEntry) Construct a transparent InputStream wrapper around data from the cache.