Uses of Class
org.openhab.core.cache.lru.LRUMediaCacheEntry
Packages that use LRUMediaCacheEntry
-
Uses of LRUMediaCacheEntry in org.openhab.core.cache.lru
Methods in org.openhab.core.cache.lru that return LRUMediaCacheEntryModifier 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.Methods in org.openhab.core.cache.lru with parameters of type LRUMediaCacheEntryMethod parameters in org.openhab.core.cache.lru with type arguments of type LRUMediaCacheEntryModifier 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.Constructors in org.openhab.core.cache.lru with parameters of type LRUMediaCacheEntryModifierConstructorDescriptionInputStreamCacheWrapper
(LRUMediaCacheEntry<?> cacheEntry) Construct a transparent InputStream wrapper around data from the cache.