public abstract class CacheDeleteResult extends Object
| Constructor and Description |
|---|
CacheDeleteResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<String> |
getCacheNames() |
static CacheDeleteResult |
of(com.google.common.collect.ImmutableList<String> cacheNames) |
public abstract com.google.common.collect.ImmutableList<String> getCacheNames()
public static CacheDeleteResult of(com.google.common.collect.ImmutableList<String> cacheNames)