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