|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.openfire.container.PluginCacheRegistry
public class PluginCacheRegistry
A simple registry of cache configuration data for plugins.
| Method Summary | |
|---|---|
CacheInfo |
getCacheInfo(String name)
|
static PluginCacheRegistry |
getInstance()
|
void |
registerCache(String pluginName,
CacheInfo info)
Registers cache configuration data for a give cache and plugin. |
void |
unregisterCaches(String pluginName)
Unregisters all caches for the given plugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PluginCacheRegistry getInstance()
public void registerCache(String pluginName,
CacheInfo info)
pluginName - the name of the plugin which will use the cache.info - the cache configuration data.public void unregisterCaches(String pluginName)
pluginName - the name of the plugin whose caches will be unregistered.public CacheInfo getCacheInfo(String name)
|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||