class JCacheAdapter extends Cache

Source
AhcWSModule.scala
Linear Supertypes
Cache, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JCacheAdapter
  2. Cache
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JCacheAdapter(jcache: Cache[EffectiveURIKey, ResponseEntry])

Value Members

  1. def close(): Unit
    Definition Classes
    JCacheAdapter → Cache
  2. def get(key: EffectiveURIKey): Future[Option[ResponseEntry]]
    Definition Classes
    JCacheAdapter → Cache
  3. def put(key: EffectiveURIKey, entry: ResponseEntry): Future[Unit]
    Definition Classes
    JCacheAdapter → Cache
  4. def remove(key: EffectiveURIKey): Future[Unit]
    Definition Classes
    JCacheAdapter → Cache