Interface ConfigurableCacheFactorySuppliers


  • public interface ConfigurableCacheFactorySuppliers
    A factory of ConfigurableCacheFactory supplier functions that can return a ConfigurableCacheFactory for a given scope name.
    Author:
    Jonathan Knight 2020.09.24
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Function<String,​com.tangosol.net.ConfigurableCacheFactory> DEFAULT
      The default instance of the DefaultCacheFactorySupplier.
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static Function<String,​com.tangosol.net.ConfigurableCacheFactory> fixed​(com.tangosol.net.ConfigurableCacheFactory... ccfs)
      Returns an instance of a fixed supplier that only returns one of the specified set of ConfigurableCacheFactory instances.
    • Field Detail

      • DEFAULT

        static final Function<String,​com.tangosol.net.ConfigurableCacheFactory> DEFAULT
        The default instance of the DefaultCacheFactorySupplier.
    • Method Detail

      • fixed

        static Function<String,​com.tangosol.net.ConfigurableCacheFactory> fixed​(com.tangosol.net.ConfigurableCacheFactory... ccfs)
        Returns an instance of a fixed supplier that only returns one of the specified set of ConfigurableCacheFactory instances.
        Returns:
        an instance of a fixed supplier