Package com.oracle.coherence.grpc.proxy
Interface ConfigurableCacheFactorySuppliers
public interface ConfigurableCacheFactorySuppliers
A factory of
ConfigurableCacheFactory
supplier functions
that can return a ConfigurableCacheFactory
for a given
scope name.- Author:
- Jonathan Knight 2020.09.24
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
The defaultConfigurableCacheFactory
supplier.static class
A fixedConfigurableCacheFactory
supplier that only supplies theConfigurableCacheFactory
instances provided when it was constructed. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Function
<String, ConfigurableCacheFactory> The default instance of the DefaultCacheFactorySupplier. -
Method Summary
Modifier and TypeMethodDescriptionstatic Function
<String, ConfigurableCacheFactory> fixed
(ConfigurableCacheFactory... ccfs) Returns an instance of a fixed supplier that only returns one of the specified set ofConfigurableCacheFactory
instances.
-
Field Details
-
DEFAULT
The default instance of the DefaultCacheFactorySupplier.
-
-
Method Details
-
fixed
Returns an instance of a fixed supplier that only returns one of the specified set ofConfigurableCacheFactory
instances.- Returns:
- an instance of a fixed supplier
-