Interface ClientCacheConfigurer

All Superinterfaces:
Configurer<ClientCacheFactoryBean>, Ordered
All Known Implementing Classes:
EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer, LazyResolvingComposableClientCacheConfigurer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClientCacheConfigurer extends Configurer<ClientCacheFactoryBean>
The ClientCacheConfigurer interface defines a contract for implementing Objects in order to customize the configuration of a ClientCacheFactoryBean used to construct, configure and initialize an instance of a ClientCache.
Since:
2.0.0
Author:
John Blum
See Also: