psdi.app.signature

Class SigOptionCache

    • Method Detail

      • getInstance

        public static final SigOptionCache getInstance()
        Returns:
        the cache instance
      • getOptionDescription

        public java.lang.String getOptionDescription(java.lang.String app,
                                                     java.lang.String option,
                                                     UserInfo userInfo)
                                              throws MXException
        Throws:
        MXException
      • getName

        public java.lang.String getName()
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object. Ex. MaximoDD returns "MAXIMODD"
        Returns:
        name of the cache