public class Cache<T extends Cache> extends Object
| Modifier and Type | Method and Description |
|---|---|
List<String> |
aliases()
The aliases by which this cache may also be referenced
|
T |
aliases(List<String> value)
The aliases by which this cache may also be referenced
|
String |
getKey() |
String |
passivationStore()
The passivation store used by this cache
|
T |
passivationStore(String value)
The passivation store used by this cache
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.