Package com.oracle.coherence.grpc.proxy
Class ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
- java.lang.Object
-
- com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
-
- All Implemented Interfaces:
Function<String,ConfigurableCacheFactory>
- Enclosing interface:
- ConfigurableCacheFactorySuppliers
public static class ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier extends Object implements Function<String,ConfigurableCacheFactory>
A fixedConfigurableCacheFactory
supplier that only supplies theConfigurableCacheFactory
instances provided when it was constructed.
-
-
Constructor Summary
Constructors Constructor Description FixedCacheFactorySupplier(ConfigurableCacheFactory... ccfs)
-
-
-
Constructor Detail
-
FixedCacheFactorySupplier
public FixedCacheFactorySupplier(ConfigurableCacheFactory... ccfs)
-
-
Method Detail
-
apply
public ConfigurableCacheFactory apply(String scope)
- Specified by:
apply
in interfaceFunction<String,ConfigurableCacheFactory>
-
-