| Package | Description |
|---|---|
| org.jivesoftware.openfire.container |
The microkernel core of the server is a simple, flexible, nested
container framework defined in this package.
|
| Modifier and Type | Method and Description |
|---|---|
CacheInfo.Type |
CacheInfo.getType() |
static CacheInfo.Type |
CacheInfo.Type.valueof(String name) |
static CacheInfo.Type |
CacheInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheInfo.Type[] |
CacheInfo.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CacheInfo(String cacheName,
CacheInfo.Type type,
Map<String,String> params)
Creates the configuration to use for the specified cache.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.