Uses of Class
org.jivesoftware.openfire.container.CacheInfo.Type
-
Packages that use CacheInfo.Type Package Description org.jivesoftware.openfire.container The microkernel core of the server is a simple, flexible, nested container framework defined in this package. -
-
Uses of CacheInfo.Type in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container that return CacheInfo.Type Modifier and Type Method 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.Constructors in org.jivesoftware.openfire.container with parameters of type CacheInfo.Type Constructor Description CacheInfo(String cacheName, CacheInfo.Type type, Map<String,String> params)
Creates the configuration to use for the specified cache.
-