Packages

c

nelson

GuavaCache

class GuavaCache[K, V] extends Cache[K, V]

************** Specific Guava based cache implementation *****************

Source
Cache.scala
Linear Supertypes
Cache[K, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuavaCache
  2. Cache
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GuavaCache(cache: com.google.common.cache.Cache[K, V])

Value Members

  1. def get(key: K): Option[V]
    Definition Classes
    GuavaCacheCache
  2. def invalidate(key: K): Unit
    Definition Classes
    GuavaCacheCache
  3. def put(key: K, value: V): Unit
    Definition Classes
    GuavaCacheCache