package cache
- Alphabetic
- Public
- All
Type Members
-
trait
Cache[K <: AnyRef, V <: AnyRef] extends AnyRef
Interface to abstract object caching.
-
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.
-
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
- object GuavaCache