Package

pl.touk.nussknacker.engine.util

cache

Permalink

package cache

Visibility
  1. Public
  2. All

Type Members

  1. trait Cache[K, V] extends AnyRef

    Permalink
  2. case class CacheConfig(maximumSize: Long = CacheConfig.defaultMaximumSize, expireAfterAccess: Option[FiniteDuration] = None, expireAfterWrite: Option[FiniteDuration] = None) extends Product with Serializable

    Permalink

    maximumSize

    the maximum elements number can contain cache

    expireAfterAccess

    the expiration time from last action (read / write)

    expireAfterWrite

    the expiration time after value was written to cache

  3. class DefaultCache[K, V] extends Cache[K, V]

    Permalink
  4. class SingleValueCache[T] extends AnyRef

    Permalink

Value Members

  1. object CacheConfig extends Serializable

    Permalink
  2. object DefaultCache

    Permalink

Ungrouped