Package

de.sciss

filecache

Permalink

package filecache

Visibility
  1. Public
  2. All

Type Members

  1. trait MutableConsumer[-A, +B] extends AnyRef

    Permalink

    A Consumer simplifies resource management by maintaining a use count for each cached value.

    A Consumer simplifies resource management by maintaining a use count for each cached value. Furthermore, it combines a producer with a production function.

    A

    the key type

    B

    the value type

  2. trait MutableProducer[-A, B] extends AnyRef

    Permalink

Value Members

  1. object MutableConsumer

    Permalink

    A Consumer simplifies resource management by maintaining a use count for each cached value.

    A Consumer simplifies resource management by maintaining a use count for each cached value. Furthermore, it combines a producer with a production function.

  2. object MutableProducer

    Permalink

Ungrouped