public class PseudoCache extends Cache
| Modifier and Type | Class and Description |
|---|---|
static class |
PseudoCache.Builder |
| Constructor and Description |
|---|
PseudoCache() |
| Modifier and Type | Method and Description |
|---|---|
static PseudoCache.Builder |
builder() |
Optional<UserAgentIngredients> |
read(String raw) |
void |
write(String raw,
UserAgentIngredients ingredients) |
public static PseudoCache.Builder builder()
public Optional<UserAgentIngredients> read(String raw)
public void write(String raw, UserAgentIngredients ingredients)
Copyright © 2017. All rights reserved.