Package org.openhab.core.cache.lru


package org.openhab.core.cache.lru
  • Classes
    Class
    Description
    Each cache result instance can handle several InputStreams.
    Cache system for media files, and their metadata This is a LRU cache (least recently used entry is evicted if the size is exceeded).
    A cached media entry resulting from a call to a supplier or a load from disk This class also adds the capability to serve multiple InputStream concurrently without asking already retrieved data to the wrapped stream.