Class ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
java.lang.Object
com.oracle.coherence.grpc.proxy.common.ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
- All Implemented Interfaces:
 Function<String,ConfigurableCacheFactory> 
- Enclosing interface:
 ConfigurableCacheFactorySuppliers
public static class ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
extends Object
implements Function<String,ConfigurableCacheFactory> 
The default 
ConfigurableCacheFactory supplier.
 
 This supplier will return the default ConfigurableCacheFactory from the
 CacheFactoryBuilder for the default, or null scope.
 For other scope values a System property of coherence.cacheconfig.scope-name
 must have been set to the URI of the required cache configuration file.
- 
Constructor Details
- 
DefaultCacheFactorySupplier
public DefaultCacheFactorySupplier() 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfaceFunction<String,ConfigurableCacheFactory> 
 
 -