Interface PeerCacheConfigurer

All Superinterfaces:
Configurer<CacheFactoryBean>, Ordered
All Known Implementing Classes:
EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer, LazyResolvingComposablePeerCacheConfigurer
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 PeerCacheConfigurer extends Configurer<CacheFactoryBean>
The PeerCacheConfigurer interface defines a contract for implementing Objects in order to customize the configuration of a CacheFactoryBean used to construct, configure and initialize an instance of a peer Cache.
Since:
1.9.0
Author:
John Blum
See Also: