Uses of Class
org.jivesoftware.openfire.container.CacheInfo
-
Packages that use CacheInfo 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 in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container that return CacheInfo Modifier and Type Method Description CacheInfo
PluginCacheRegistry. getCacheInfo(String name)
Methods in org.jivesoftware.openfire.container with parameters of type CacheInfo Modifier and Type Method Description void
PluginCacheRegistry. registerCache(String pluginName, CacheInfo info)
Registers cache configuration data for a give cache and plugin.
-