Package

de.sciss

filecache

Permalink

package filecache

Visibility
  1. Public
  2. All

Type Members

  1. final case class Config[-A, B] extends ConfigLike[A, B] with Product with Serializable

    Permalink

    The configuration for the producer, containing information about the cache folder, cache capacity, etc.

  2. final class ConfigBuilder[A, B] extends ConfigLike[A, B]

    Permalink

    A configuration builder is a mutable version of Config and will be implicitly converted to the latter when passed into Producer.apply.

  3. sealed trait ConfigLike[-A, -B] extends AnyRef

    Permalink
  4. final case class Limit(count: Int = 1, space: Long = 1L) extends Product with Serializable

    Permalink

    Maximum capacity specification

    Maximum capacity specification

    count

    maximum number of cache entries (or -1 for unlimited entries)

    space

    maximum volume of cache in bytes (or -1L for unlimited space)

Value Members

  1. object Config extends Serializable

    Permalink

Ungrouped