Package com.oracle.coherence.grpc.proxy
Class ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
- java.lang.Object
-
- com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
-
- Enclosing interface:
- ConfigurableCacheFactorySuppliers
public static class ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier extends Object implements Function<String,com.tangosol.net.ConfigurableCacheFactory>
The defaultConfigurableCacheFactorysupplier.This supplier will return the default
ConfigurableCacheFactoryfrom theCacheFactoryBuilderfor the default, ornullscope. For other scope values a System property ofcoherence.cacheconfig.scope-namemust have been set to the URI of the required cache configuration file.
-
-
Constructor Summary
Constructors Constructor Description DefaultCacheFactorySupplier()
-