Packages

package cache

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Cache[K <: AnyRef, V <: AnyRef] extends AnyRef

    Interface to abstract object caching.

  2. class GuavaCache[K <: AnyRef, V <: AnyRef] extends Cache[K, V]

    An implementation of the Cache interface with Google Guava caches.

    An implementation of the Cache interface with Google Guava caches.

    K

    The key type.

    V

    The value type.

  3. class SparkCache[K <: AnyRef, V <: AnyRef] extends Cache[K, V] with Serializable with Wrapper[utils.cache.SparkCache[K, V]]

    Serializable cache that uses as backend a single cache per Spark node.

Value Members

  1. object GuavaCache

Ungrouped