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