Packages

package loaders

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Loader[A, B] extends AnyRef

    Basic flyweight loader that caches the requested values in a map

    Basic flyweight loader that caches the requested values in a map

    A

    the keys type

    B

    the values type

Value Members

  1. object ImageLoader extends Loader[String, Image]

    Loader which caches the already requested images

Ungrouped