Class PluginCacheRegistry
java.lang.Object
org.jivesoftware.openfire.container.PluginCacheRegistry
A simple registry of cache configuration data for plugins.
-
Method Summary
Modifier and TypeMethodDescriptiongetCacheInfo(String name) static PluginCacheRegistryvoidregisterCache(String pluginName, CacheInfo info) Registers cache configuration data for a give cache and plugin.voidunregisterCaches(String pluginName) Unregisters all caches for the given plugin.
-
Method Details
-
getInstance
-
registerCache
Registers cache configuration data for a give cache and plugin.- Parameters:
pluginName- the name of the plugin which will use the cache.info- the cache configuration data.
-
unregisterCaches
Unregisters all caches for the given plugin.- Parameters:
pluginName- the name of the plugin whose caches will be unregistered.
-
getCacheInfo
-