Class PluginCacheWrapper


  • @VelocityCallable("singleton")
    public final class PluginCacheWrapper
    extends Object
    Velocity interface of the RT plugin cache.
    • Constructor Detail

      • PluginCacheWrapper

        public PluginCacheWrapper()
        Constructor.
    • Method Detail

      • getPlugin

        public de.uplanet.lucy.server.auxiliaries.share.velocity.plugin.VcPluginInfo getPlugin​(String p_strPluginGuid)
        Gets the information of the plugin by its GUID.
        Parameters:
        p_strPluginGuid - The GUID of the plugin.
        Returns:
        Plugin information or null if the cache contains no information for the plugin using the given GUID.