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