public interface PeerCacheConfigurer
PeerCacheConfigurer
interface defines a contract for implementations to customize the configuration
of a CacheFactoryBean
used to construct, configure and initialize an instance of a peer Cache
.Cache
,
CacheFactoryBean
,
PeerCacheApplication
Modifier and Type | Method and Description |
---|---|
void |
configure(String beanName,
CacheFactoryBean bean)
Configuration callback method providing a reference to a
CacheFactoryBean used to construct,
configure and initialize an instance of a peer Cache . |
void configure(String beanName, CacheFactoryBean bean)
CacheFactoryBean
used to construct,
configure and initialize an instance of a peer Cache
.beanName
- name of peer Cache
bean declared in the Spring application context.bean
- reference to the CacheFactoryBean
.CacheFactoryBean
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.