public abstract class ResponseStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static ResponseStore |
NULL_STORE |
| Constructor and Description |
|---|
ResponseStore() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.base.Optional<CachedResponse> |
get(String key) |
abstract void |
invalidate(String key) |
abstract void |
put(String key,
CachedResponse response) |
public static final ResponseStore NULL_STORE
public abstract com.google.common.base.Optional<CachedResponse> get(String key)
public abstract void put(String key, CachedResponse response)
public abstract void invalidate(String key)
Copyright © 2014. All Rights Reserved.