Interface CacheVmConfig

    • Method Detail

      • getCacheXMLFile

        String getCacheXMLFile()
        Deprecated.
        Returns the cache.xml declarative caching initialization file used to configure this cache server VM. By default, a cache server VM is started without an XML file.
        Returns:
        the cache.xml declarative caching initialization file used to configure this cache server VM
      • setCacheXMLFile

        void setCacheXMLFile​(String cacheXml)
        Deprecated.
        Sets the cache.xml declarative caching initialization file used to configure this cache server VM.
        Parameters:
        cacheXml - the cache.xml declarative caching initialization file used to configure this cache server VM
      • getClassPath

        String getClassPath()
        Deprecated.
        Returns the location(s) of user classes (such as cache loaders) required by the cache server VM.
        Returns:
        the location(s) of user classes (such as cache loaders) required by the cache server VM
      • setClassPath

        void setClassPath​(String classpath)
        Deprecated.
        Sets the location(s) of user classes (such as cache loaders) required by the cache server VM.
        Parameters:
        classpath - the location(s) of user classes (such as cache loaders) required by the cache server VM