Class GigaspacesCacheFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCacheClassName()
      Returns the full class name of the underlying cache implementation.
      java.lang.String getCacheType()
      Returns the short alias cache type for this factory instance.
      void shutdown()
      Allows for cache-specific shutdown operations and resource cleanup.
      void shutdown​(java.lang.String implementation)
      Normally called to shutdown GigaspacesCache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GigaspacesCacheFactory

        public GigaspacesCacheFactory()
    • Method Detail

      • getCacheType

        public java.lang.String getCacheType()
        Returns the short alias cache type for this factory instance.
        Returns:
        The short alias cache type.
      • getCacheClassName

        public java.lang.String getCacheClassName()
        Returns the full class name of the underlying cache implementation.
        Returns:
        The full cache class name.
      • shutdown

        public void shutdown​(java.lang.String implementation)
        Normally called to shutdown GigaspacesCache. To be able to test the method without having com.tangosol.net.CacheFactory implementation, it can also be called with a test implementations classname.
        Parameters:
        implementation - Cache implementation classname to shutdown.