Package com.oracle.coherence.grpc.proxy
Interface ConfigurableCacheFactorySuppliers
-
public interface ConfigurableCacheFactorySuppliersA factory ofConfigurableCacheFactorysupplier functions that can return aConfigurableCacheFactoryfor a given scope name.- Author:
- Jonathan Knight 2020.09.24
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplierThe defaultConfigurableCacheFactorysupplier.static classConfigurableCacheFactorySuppliers.FixedCacheFactorySupplierA fixedConfigurableCacheFactorysupplier that only supplies theConfigurableCacheFactoryinstances provided when it was constructed.
-
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 ofConfigurableCacheFactoryinstances.
-