Package

com.snowplowanalytics

lrumap

Permalink

package lrumap

Visibility
  1. Public
  2. All

Type Members

  1. trait CreateLruMap[F[_], K, V] extends AnyRef

    Permalink

    CreateLruMap provides an ability to initialize the cache, which effect will F

    CreateLruMap provides an ability to initialize the cache, which effect will F

    *WARNING*: Due to support of non-Sync/eager algebras, users should be super-careful about creating *values* of F[_], as they won't have RT/lazy semantics and will be memoized

    This is NOT a type class, as it does not have the coherence requirement, but can be passed implicitly

  2. trait LruMap[F[_], K, V] extends AnyRef

    Permalink

    Pure cache interface with F effect produced by interactions with cache

Value Members

  1. object CreateLruMap

    Permalink

Ungrouped