Class ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
java.lang.Object
com.oracle.coherence.grpc.proxy.common.ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
- All Implemented Interfaces:
 Function<String,ConfigurableCacheFactory> 
- Enclosing interface:
 ConfigurableCacheFactorySuppliers
public static class ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
extends Object
implements Function<String,ConfigurableCacheFactory> 
A fixed 
ConfigurableCacheFactory supplier that only supplies
 the ConfigurableCacheFactory instances provided when it was
 constructed.- 
Constructor Details
- 
FixedCacheFactorySupplier
 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfaceFunction<String,ConfigurableCacheFactory> 
 
 -